Click or drag to resize
HierarchyHelperGetCompositeID Method
Returns object ID even if it is composed out of multiple columns.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also