Class Notification

Notification class

Object contains an aggregation of actions and events harvested from multiple servers across multiple datacenters.

public class Notification : ContentInfo

Constructors

NameDescription
Notification()The default constructor.

Properties

NameDescription
ContentId { get; set; }Gets or sets an opaque string that uniquely identifies the content.
ContentType { get; set; }Gets or sets content type.
ContentUri { get; set; }Gets or sets URL to use when retrieving the content.
Created { get; set; }Gets or sets datetime when the content was made available.
Expiration { get; set; }Gets or sets datetime after which the content will no longer be available for retrieval.
Sent { get; set; }Gets or sets datetime when the notification was sent.
Status { get; set; }Gets or sets status of notification.

See Also