ObjectTransformationDataProviderGetData Method |
Gets the objects for the given object type from database
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected virtual IGeneralIndexable<int, IDataContainer> GetData(
string objectType,
IEnumerable<int> ids
)
Parameters
- objectType
- Type: SystemString
Object type - ids
- Type: System.Collections.GenericIEnumerableInt32
Object IDs to retrieve
Return Value
Type:
IGeneralIndexableInt32,
IDataContainerSee Also