Click or drag to resize
TreeNodeGetPropertyType Method
Returns the type of given property.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
protected override Type GetPropertyType(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: Type
See Also