IAccountRegistrationServiceApproveRequest Method |
Approves an account registration request.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ApproveRequest(
Guid requestId,
string? additionalMessage
)
Sub ApproveRequest (
requestId As Guid,
additionalMessage As String
)
void ApproveRequest(
Guid requestId,
String^ additionalMessage
)
abstract ApproveRequest :
requestId : Guid *
additionalMessage : string -> unit Parameters
- requestId Guid
- The ID of the request.
- additionalMessage String
- An optional message to be sent to the user along with the registration confirmation email.
Exceptions
See Also