HierarchyHelperGetCompositeID Method |
Returns object ID even if it is composed out of multiple columns.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax protected static string GetCompositeID(
string idColumns,
BaseInfo infoObj
)
Parameters
- idColumns
- Type: SystemString
ID columns separated with semicolon - infoObj
- Type: CMS.DataEngineBaseInfo
Object to get ID from
Return Value
Type:
StringSee Also