Click or drag to resize
ObjectTypeInfoGetTypeColumns Method
Returns the column names of specified object type, separated by semicolon.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public string GetTypeColumns(
	ObjectTypeInfo typeInfo
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type info

Return Value

Type: String
See Also