Click or drag to resize
BaseInfoBuildObjectPath Method
Builds the path from the given column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual string BuildObjectPath(
	string parentColumName,
	string pathColumnName,
	string levelColumnName,
	string pathPartColumn,
	out int level
)

Parameters

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

Return Value

Type: String
See Also