ObjectTypeInfoCreateListingObjectTypeInfo Method |
Creates a new instance of listing object type info
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
ObjectTypeInfoRemarks
Listing object type info is used as read-only data source for listing controls such as grids or selectors.
See Also