IAccountRegistrationService Interface

Provides methods for submitting and approving account registration requests.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public interface IAccountRegistrationService

The IAccountRegistrationService type exposes the following members.

Methods
  NameDescription
Public methodApproveRequest
Approves an account registration request.
Public methodDenyRequest
Denies an account registration request.
Public methodGetPendingRequests
Gets the pending account registration requests.
Public methodSubmitLocalRegistrationRequest
Submits a local account registration request.
Top
See Also