AssignmentListServicesGetAssignmentsListPageIndex Method
|
Retrieves position of specific page in the assignments listing
Namespace: IngeniuxCMServiceAssembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntaxpublic XHRServiceResponseGeneric<int> GetAssignmentsListPageIndex(
string pageId,
bool includeGrps,
bool includeUsr,
int pageSize,
string sortField
)
Public Function GetAssignmentsListPageIndex (
pageId As String,
includeGrps As Boolean,
includeUsr As Boolean,
pageSize As Integer,
sortField As String
) As XHRServiceResponseGeneric(Of Integer)
public:
virtual XHRServiceResponseGeneric<int>^ GetAssignmentsListPageIndex(
String^ pageId,
bool includeGrps,
bool includeUsr,
int pageSize,
String^ sortField
) sealed
abstract GetAssignmentsListPageIndex :
pageId : string *
includeGrps : bool *
includeUsr : bool *
pageSize : int *
sortField : string -> XHRServiceResponseGeneric<int>
override GetAssignmentsListPageIndex :
pageId : string *
includeGrps : bool *
includeUsr : bool *
pageSize : int *
sortField : string -> XHRServiceResponseGeneric<int> Parameters
- pageId String
- Id of the page
- includeGrps Boolean
- Incluode Group assignments
- includeUsr Boolean
- Incluode User assignments
- pageSize Int32
- Pagination size
- sortField String
- Sorting field name
Return Value
XHRServiceResponseGenericInt32Position of the page in the specified assignments listing
See Also