1. Stylelabs.M.Sdk.Contracts.Notifications

Interface IRequestById

Interface for notification requests that target users by id.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsNotifications

Assembly: Stylelabs.M.Sdk.dll

Syntax

public interface IRequestById

Properties

Recipients

Gets or sets the recipients.

Declaration

IList<long> Recipients { get; set; }

Property Value

TypeDescription
IList<>long

Methods

Validate()

Validates the request.

Declaration

void Validate()

Exceptions

TypeCondition
ValidationExceptionWhen the request has invalid properties.
If you have suggestions for improving this article, let us know!