Click or drag to resize
BaseInfoGetCurrentObjectPathPart Method
Builds the path from the given column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetCurrentObjectPathPart(
	string pathPartColumn
)

Parameters

pathPartColumn
Type: SystemString
Name of the column which creates the path (IDColumn for IDPath, CodeNameColumn for name path)

Return Value

Type: String
See Also