Click or drag to resize

UserManagerServicesGetUsersPaged Method


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

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<UsersGridData> GetUsersPaged(
	int page,
	int pageSize,
	string filterText,
	string srtField,
	bool srtDesc
)

Parameters

page
Type: SystemInt32

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

pageSize
Type: SystemInt32

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

filterText
Type: SystemString

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

srtField
Type: SystemString

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

srtDesc
Type: SystemBoolean

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

Return Value

Type: XHRServiceResponseGenericUsersGridData

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

See Also