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

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

Parameters

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