SubscriptionManagerImpl Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

This class implements the ISubscriptionManager interface and provides methods for managing subscriptions.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ControlsSubscriptionManagerImpl

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

public class SubscriptionManagerImpl : ISubscriptionManager

The SubscriptionManagerImpl type exposes the following members.

Constructors

  NameDescription
Public methodSubscriptionManagerImpl
Initializes a new instance of the SubscriptionManagerImpl class
Top
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 is subscribable.
Public methodDeactivate
Deactivates one or more subscriptions indicated by the specified keys.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetSubscriptionDefinitionName
Gets the name of a subscription definition based on its key identifier.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes one of more subscription indicated by the specified key.
Public methodToString (Inherited from Object.)
Top
See Also

Reference