Interface IRequestById
Version: 3.2
Interface for notification requests that target users by id.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsNotifications
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IRequestByIdProperties
Recipients
Gets or sets the recipients.
Declaration
RequestResponse
IList<long> Recipients { get; set; }Property Value
| Type | Description |
|---|---|
| IList<>long |
Methods
Validate()
Validates the request.
Declaration
RequestResponse
void Validate()Exceptions
| Type | Condition |
|---|---|
| ValidationException |
When the request has invalid properties. |