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.5.94
Syntax
public XHRServiceResponseGeneric<int> GetAssignmentsListPageIndex(
	string pageId,
	bool includeGrps,
	bool includeUsr,
	int pageSize,
	string sortField
)

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: XHRServiceResponseGenericInt32
Position of the page in the specified assignments listing
See Also