AssignmentListServicesGetAssignmentsListPageIndex Method
|
Retrieves position of specific page in the assignments listing
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public 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
- Type: SystemString
Id of the page - includeGrps
- Type: SystemBoolean
Incluode Group assignments - includeUsr
- Type: SystemBoolean
Incluode User assignments - pageSize
- Type: SystemInt32
Pagination size - sortField
- Type: SystemString
Sorting field name
Return Value
Type:
XHRServiceResponseGenericInt32Position of the page in the specified assignments listing
See Also