Get target objects in specific page.
Page number starts with 1. If page number is outside of the total pages in the relations,
empty dictionary is returned
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
Visual C++ |
---|
generic<typename TTargetObject>
where TTargetObject : ref class, gcnew(), TTarget
IReadonlyDictionary<String^, TTarget>^ GetPage(
int pageNubmer
) |
Type Parameters
- TTargetObject
- Concert object type for the target. This is needed for object creation. since it is likely the
relations object itself is using the interface target of the target object
Return Value
Readonly dictionary object
See Also