SubscriptionInformation 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.Subscription.EventHandlerSubscriptionInformation

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class SubscriptionInformation

The SubscriptionInformation type exposes the following members.

Properties

  NameDescription
Public propertyActivated
Gets a value indicating whether this SubscriptionInformation is activated.
Public propertyAddress
Gets the address of the subscriber.
Public propertyAddressType
Gets or sets the type of address specified in the Address property.
Public propertyExtendedInformation
Gets extended information for the subscriber. This parameter can be null (Nothing in Visual Basic) if a extended data was not used.
Public propertyIdentifier
Gets the identifier of this object.
Public propertyIdentifierInMembershipProvider
Gets the identifier used to identify the subscriber in the membership provider specified by the MembershipProviderName property. This parameter can be null (Nothing in Visual Basic) if a Membership provider was not used.
Public propertyKey
Gets the key form of the Identifier of this subscription.
Public propertyMembershipProviderName
Gets the name of the membership provider used to authenticate the subscriber. This parameter can be null (Nothing in Visual Basic) if a Membership provider was not used.
Public propertyName
Gets the name of the subscriber.
Public propertySubscriptionType
Gets the type of subscription.
Top
Methods

  NameDescription
Public methodStatic memberCreate(Guid, String, SubscriptionToHandle, SubscriptionInformationTypeOfAddress, String, Boolean)
Creates an instance of the SubscriptionInformation class.
Public methodStatic memberCreate(Guid, String, SubscriptionToHandle, SubscriptionInformationTypeOfAddress, String, Boolean, String, Object, String)
Creates an instance of the SubscriptionInformation class.
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