BaseInfoGeneralizedInfoWrapperUpdatePathColumn Method |
Updates given path column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public void UpdatePathColumn(
string parentCol,
string column,
string pathPartColumn,
bool updateChildren,
bool updateLevel = true
)
Parameters
- parentCol
- Type: SystemString
Column which stores parent object ID - column
- Type: SystemString
Path column - pathPartColumn
- Type: SystemString
Name of the column which creates the path (IDColumn for IDPath, CodeNameColumn for name path) - updateChildren
- Type: SystemBoolean
Determines whether the parent object changed and therefore it is necessary to update all children - updateLevel (Optional)
- Type: SystemBoolean
If true, also the level of the object is update according to the path
See Also