BaseInfo BuildObjectPath Method Kentico 8.1 API Reference
Builds the path from the given column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

parentColumName
Type: OnlineSystem String
Column of the parent ID
pathColumnName
Type: OnlineSystem String
Column name to build the path from
levelColumnName
Type: OnlineSystem String
Column name of the level
pathPartColumn
Type: OnlineSystem String
Name of the column which creates the path (IDColumn for IDPath, CodeNameColumn for name path)
level
Type: OnlineSystem Int32 
Level of the object within the tree hierarchy

Return Value

Type: OnlineString
See Also