Click or drag to resize
SKUTreeNodeGetPropertyType Method
Gets the type of the given property

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected override Type GetPropertyType(
	string columnName
)

Parameters

columnName
Type: SystemString
Property name

Return Value

Type: Type
See Also