Click or drag to resize
HierarchyHelperGetListOfColumns Method
Returns list of supported columns/properties

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected static string GetListOfColumns(
	Object obj,
	out bool isProperties
)

Parameters

obj
Type: SystemObject
Object to get the metadata of
isProperties
Type: SystemBoolean
For properties this param will be true, otherwise (columns) false

Return Value

Type: String
See Also