SenseNet.ContentRepository.Storage.Schema.ContentListType.GetByName C# (CSharp) Méthode

GetByName() public static méthode

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