Click or drag to resize
TreeNodeAddTypeSpecificColumns Method
Adds the columns that are specific to the document type

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void AddTypeSpecificColumns(
	List<string> names
)

Parameters

names
Type: System.Collections.GenericListString
List of column names
See Also