The Subscription type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CreatedOnDate |
The date the user subscribed.
|
![]() | Description |
Description of the content which user is subscribed to.
|
![]() | ModuleId |
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.
|
![]() | ObjectData |
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).
|
![]() | ObjectKey |
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).
|
![]() | PortalId |
The site the subscription is associated with.
|
![]() | SubscriptionId |
The subscription identifier.
|
![]() | SubscriptionTypeId |
The type of subscription.
|
![]() | TabId |
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.
|
![]() | UserId |
The user the subscription is associated with.
|