| BaseInfoBuildObjectPath Method | 
            Builds the path from the given column.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
 Syntax
Syntaxprotected 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
See Also