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

GetByName() public static method

public static GetByName ( string propertyTypeName ) : PropertyType
propertyTypeName string
return PropertyType
		public static PropertyType GetByName(string propertyTypeName)
		{
			return NodeTypeManager.Current.PropertyTypes[propertyTypeName];
		}