The Subscription type exposes the following members.

Properties

  NameDescription
Public propertyCreatedOnDate
The date the user subscribed.
Public propertyDescription
Description of the content which user is subscribed to.
Public propertyModuleId
Associates the subscription with an instance of a module. If set it uses to apply to Security Trimming. If the user does not have view permission on that module the Subscription won't be retrieved by the SubscriptionController.
Public propertyObjectData
Object Data that represents metadata to manage the subscription. The format of the ObjectData is up to the consumer. (i.e.: destinationModule:486, where 486 represents a extra property called Destination Module).
Public propertyObjectKey
Object key that represent the content which user is subscribed to. The format of the ObjectKey is up to the consumer. (i.e.: blog:12, where 12 represents the post identifier).
Public propertyPortalId
The site the subscription is associated with.
Public propertySubscriptionId
The subscription identifier.
Public propertySubscriptionTypeId
The type of subscription.
Public propertyTabId
Associates the subscription with a tab. If set it uses to apply to Security Trimming. If the user does not have view permission on that tab the Subscription won't be retrieved by the SubscriptionController.
Public propertyUserId
The user the subscription is associated with.

See Also