Open this page in the API Guide

IAccountRegistrationService.SubmitLocalRegistrationRequest Method

Submits a local account registration request.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool SubmitLocalRegistrationRequest(
	AccountRegistrationRequest request
)

Parameters

request
Type: Dundas.BI.AccountServices.AccountRegistrationRequest
The request.

Return Value

Type: Boolean
true if the registration request was automatically approved; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest is null.
InvalidOperationExceptionAccount registration is not enabled.
See Also