HierarchyHelperGetListOfColumns Method |
Returns list of supported columns/properties
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also