Click or drag to resize
ObjectHelperGetParentIdColumn Method
Gets the parent ID column for the given child type in parent type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static string GetParentIdColumn(
	ObjectTypeInfo childTypeInfo,
	ObjectTypeInfo parentTypeInfo
)

Parameters

childTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Child type info
parentTypeInfo
Type: CMS.DataEngineObjectTypeInfo
Parent type info

Return Value

Type: String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when parent object is not defined or could not be discovered.
See Also