IAccountRegistrationServiceGetPendingRequests Method

Gets the pending account registration requests.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IList<AccountRegistrationRequest> GetPendingRequests(
	int pageNumber,
	int pageSize
)

Parameters

pageNumber  Int32
The page number.
pageSize  Int32
The number of records per page.

Return Value

IListAccountRegistrationRequest
The specified page of pending account registration requests.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
ArgumentOutOfRangeExceptionpageNumber or pageSize is less than zero.
See Also