Click or drag to resize

AssignmentListServicesGetAssignmentsListPageIndex Method


Retrieves position of specific page in the assignments listing

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<int> GetAssignmentsListPageIndex(
	string pageId,
	bool includeGrps,
	bool includeUsr,
	int pageSize,
	string sortField
)

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

XHRServiceResponseGenericInt32
Position of the page in the specified assignments listing
See Also