CategoryInfoBuildObjectPath Method |
Builds the path from the given column.
Namespace: CMS.TaxonomyAssembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 12.0.0
Syntax protected override 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:
StringSee Also