SubscriptionDefinition Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The SubscriptionDefinition type exposes the following members.

Methods

  Name Description
Public method AddSubscription(String, SubscriberAddress, Boolean)
Adds the subscription to the current subscription definition without any MembershipProvider data.
Public method AddSubscription(String, SubscriberAddress, String, Object, Boolean)
Adds the subscription to the current subscription definition.
Public method ClearSubcriptions
Removes all subscriptions from a specific definition.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseUrl
Gets the base URL to use. If no SiteUri has been defined the method returns the standard site url from the site's settings otherwise the host name (including the scheme) of the SiteUri. The url ends with a "/" .
Public method GetCredentials
Gets the credentials.
Public method GetHashCode (Inherited from Object.)
Public method Static member GetItem
Gets limited information about a subscribable category.
Public method Static member Code example GetList
Gets a simple list of categories that can be subscribed to.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member RemoveSubscription
Removes a specific subscription by using a specific connection identifier and subscription identifier. I.e removes a subscriber from their category subscription definition.
Public method Static member RemoveSubscriptions
Removes one or more subscriptions using one of more subscription identifiers. I.e removes one of more subscriber(s) from their category subscription definition.
Public method Save
Saves the Subscription data represented by this instance back to the underlying database.
Public method SetCredentials
Updates the credentials used by the event handler when it executes.
Public method Static member SubscriptionsBySubscriber
Gets a list of subscriptions for a for the specified subscriber.
Public method Static member SubscriptionsWithUserData
Gets a list of all subscribable categories with information about subscriptions for a specific address.
Public method ToString
Returns a String that represents the current SubscriptionDefinition object.
(Overrides ObjectToString.)
Top
See Also

Reference