Click or drag to resize
ClassStructureInfoGetColumns Method (String)
Gets the columns for the listed class names

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static List<string> GetColumns(
	params string[] classNames
)

Parameters

classNames
Type: SystemString
List of class names to get

Return Value

Type: ListString
See Also