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

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

This class represents a single subscription.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.SubscriptionSubscriptionInfo

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class SubscriptionInfo

The SubscriptionInfo type exposes the following members.

Properties

  NameDescription
Public propertyActivated
Gets a value indicating whether this SubscriptionInfo is activated.
Public propertyAddress
Gets the address of the subscriber.
Public propertyIdentifier
Gets the identifier of this object.
Public propertyKey
Gets the key form of the Identifier of this subscription.
Public propertyName
Gets the name of the subscriber.
Public propertySubscriptionType
Gets the type of subscription.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents the current SubscriptionInfo.
(Overrides ObjectToString.)
Top
See Also

Reference