Click or drag to resize

UserManagerServicesGetUserAssignmentsPaged Method


[Missing <summary> documentation for "M:IngeniuxCMService.UserManagerServices.GetUserAssignmentsPaged(System.Int32,System.Int32,System.String,System.String,System.Boolean)"]


Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<UserAssignmentsGridData> GetUserAssignmentsPaged(
	int page,
	int pageSize,
	string userId,
	string srtField,
	bool srtDesc
)

Parameters

page  Int32

[Missing <param name="page"/> documentation for "M:IngeniuxCMService.UserManagerServices.GetUserAssignmentsPaged(System.Int32,System.Int32,System.String,System.String,System.Boolean)"]

pageSize  Int32

[Missing <param name="pageSize"/> documentation for "M:IngeniuxCMService.UserManagerServices.GetUserAssignmentsPaged(System.Int32,System.Int32,System.String,System.String,System.Boolean)"]

userId  String

[Missing <param name="userId"/> documentation for "M:IngeniuxCMService.UserManagerServices.GetUserAssignmentsPaged(System.Int32,System.Int32,System.String,System.String,System.Boolean)"]

srtField  String

[Missing <param name="srtField"/> documentation for "M:IngeniuxCMService.UserManagerServices.GetUserAssignmentsPaged(System.Int32,System.Int32,System.String,System.String,System.Boolean)"]

srtDesc  Boolean

[Missing <param name="srtDesc"/> documentation for "M:IngeniuxCMService.UserManagerServices.GetUserAssignmentsPaged(System.Int32,System.Int32,System.String,System.String,System.Boolean)"]

Return Value

XHRServiceResponseGenericUserAssignmentsGridData

[Missing <returns> documentation for "M:IngeniuxCMService.UserManagerServices.GetUserAssignmentsPaged(System.Int32,System.Int32,System.String,System.String,System.Boolean)"]

See Also