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 (24.3.0.1000)
Syntax
IList<AccountRegistrationRequest> GetPendingRequests(
	int pageNumber,
	int pageSize
)

Parameters

pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
The number of records per page.

Return Value

Type: 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