Updates given path column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- parentCol
- Type: System String
Column which stores parent object ID
- column
- Type: System String
Path column
- pathPartColumn
- Type: System String
Name of the column which creates the path (IDColumn for IDPath, CodeNameColumn for name path)
- updateChildren
- Type: System Boolean
Determines whether the parent object changed and therefore it is necessary to update all children
- updateLevel (Optional)
- Type: System Boolean
If true, also the level of the object is update according to the path
See Also