IAccountRegistrationServiceDenyRequest Method |
Denies 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 DenyRequest(
Guid requestId,
bool sendResponseMessage,
string? additionalMessage
)
Sub DenyRequest (
requestId As Guid,
sendResponseMessage As Boolean,
additionalMessage As String
)
void DenyRequest(
Guid requestId,
bool sendResponseMessage,
String^ additionalMessage
)
abstract DenyRequest :
requestId : Guid *
sendResponseMessage : bool *
additionalMessage : string -> unit Parameters
- requestId Guid
- The ID of the request.
- sendResponseMessage Boolean
- if the registrant should be informed (by email) that his
request has been denied; otherwise .
- additionalMessage String
- An optional message to be sent to the user along with the registration email.
Exceptions
See Also