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.3.169
Syntax
public XHRServiceResponseGeneric<UserAssignmentsGridData> GetUserAssignmentsPaged(
	int page,
	int pageSize,
	string userId,
	string srtField,
	bool srtDesc
)

Parameters

page
Type: SystemInt32

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

pageSize
Type: SystemInt32

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

userId
Type: SystemString

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

srtField
Type: SystemString

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

srtDesc
Type: SystemBoolean

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

Return Value

Type: XHRServiceResponseGenericUserAssignmentsGridData

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

See Also