ISubscriptionManager Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Defines the members that an application that manages a subscribers subscription must implement.

Namespace: ContentStudio.Site.Controls
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface ISubscriptionManager

The ISubscriptionManager type exposes the following members.

Properties

  NameDescription
Public propertyActivationDocument
Gets or sets the url to a Content Studio document that contains the message to be sent to the subscriber where she can activate her subscription.
Public propertyActivationMailSender
Gets or sets the activation mail sender.
Public propertyConnectionId
Gets or sets the connection id.
Public propertyRequiresActivation
Gets or sets a value indicating whether this subscription must go through an activation process before it will be activated.
Public propertySessionId
Gets or sets the session id.
Top
Methods

  NameDescription
Public methodActivate
Activates one or more subscriptions indicated by the specified keys.
Public methodAddSubscription
Adds, but does not activates, a single subscriber to a category that can be subscribed to.
Public methodDeactivate
Deactivates one or more subscriptions indicated by the specified keys.
Public methodRemove
Removes a subscription indicated by the specified key.
Top
See Also

Reference