Click or drag to resize
ObjectTypeInfoCreateListingObjectTypeInfo Method
Creates a new instance of listing object type info

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static ObjectTypeInfo CreateListingObjectTypeInfo(
	string objectType,
	ObjectTypeInfo sourceInfo
)

Parameters

objectType
Type: SystemString
Listing object type
sourceInfo
Type: CMS.DataEngineObjectTypeInfo
Source object type info

Return Value

Type: ObjectTypeInfo
Remarks
Listing object type info is used as read-only data source for listing controls such as grids or selectors.
See Also