Click or drag to resize
ObjectTypeInfoGetTypeColumns Method
Returns column name collection of specified object type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public ICollection<string> GetTypeColumns(
	ObjectTypeInfo typeInfo
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type info

Return Value

Type: ICollectionString
See Also