Click or drag to resize
ObjectTypeManagerGetColumnNames Method
Gets list of columns from given object types

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static List<string> GetColumnNames(
	params string[] objectTypes
)

Parameters

objectTypes
Type: SystemString
Object types

Return Value

Type: ListString
See Also