1. IRequestByUsername

Interface IRequestByUsername

Interface for notification requests that target users by username.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsNotifications
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IRequestByUsername

Properties

Recipients

Gets or sets the recipients.

Declaration
IList<string> Recipients { get; set; }
Property Value
TypeDescription
IList<>string

Methods

Validate()

Validates the request.

Declaration
void Validate()
Exceptions
TypeCondition
ValidationException

When the request has invalid properties.

If you have suggestions for improving this article, let us know!