Click or drag to resize
TreeSiteMapNode.ColumnNames Property
Column names.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public List<string> ColumnNames { get; }

Property Value

Type: List<String>

Implements

IDataContainer.ColumnNames
See Also