Builds the path from the given column.
Namespace: CMS.TaxonomyAssembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- parentColumName
- Type: System String
Column of the parent ID
- pathColumnName
- Type: System String
Column name to build the path from
- levelColumnName
- Type: System String
Column name of the level
- pathPartColumn
- Type: System String
Name of the column which creates the path (IDColumn for IDPath, CodeNameColumn for name path)
- level
- Type: System Int32
Level of the object within the tree hierarchy
Return Value
Type: StringSee Also