SenseNet.ContentRepository.Storage.Schema.ContentListType.GetByName C# (CSharp) Method

GetByName() public static method

public static GetByName ( string contentListTypeName ) : ContentListType
contentListTypeName string
return ContentListType
		public static ContentListType GetByName(string contentListTypeName)
		{
            return NodeTypeManager.Current.ContentListTypes[contentListTypeName];
		}
	}