Click or drag to resize
BaseInfoGeneralizedInfoWrapperUpdatePathColumn Method
Updates given path column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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