BaseInfo GeneralizedInfoWrapper UpdatePathColumn Method Kentico 8.0 API Reference
Updates given path column.

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

Parameters

parentCol
Type: OnlineSystem String
Column which stores parent object ID
column
Type: OnlineSystem String
Path column
pathPartColumn
Type: OnlineSystem String
Name of the column which creates the path (IDColumn for IDPath, CodeNameColumn for name path)
updateChildren
Type: OnlineSystem Boolean
Determines whether the parent object changed and therefore it is necessary to update all children
updateLevel (Optional)
Type: OnlineSystem Boolean
If true, also the level of the object is update according to the path
See Also