Click or drag to resize
ObjectTransformationDataProviderGetInfosByIds Method
Gets the objects for the given object type from database

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
protected virtual IGeneralIndexable<int, IDataContainer> GetInfosByIds(
	string objectType,
	IEnumerable<int> ids
)

Parameters

objectType
Type: SystemString
Object type
ids
Type: System.Collections.GenericIEnumerableInt32
Object IDs to retrieve

Return Value

Type: IGeneralIndexableInt32, IDataContainer
See Also