Subscription 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.SubscriptionSubscription

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

public class Subscription

The Subscription type exposes the following members.

Properties

  NameDescription
Public propertyActivated
Gets a value indicating whether this Subscription is activated.
Public propertyAddress
Gets the address that uniquely identifies the subscription.
Public propertyAllowUpdate
Gets or sets a value indicating whether to allow updates to existing subscriptions.
Public propertyCategoryId
Gets the identifier of the category id to which this definition connected.
Public propertyCategoryName
Gets the name of the category to which this definition connected.
Public propertyConnectionId
Gets or sets the connection id that uniquely identifies this site.
Public propertyDescription
Gets the description of the category to which this definition connected.
Public propertyID
Gets the identifier of this subscription.
Public propertyIdentifierInMembershipProvider
Gets or sets 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 a unique key that identifies this subscription.
Public propertyMembershipProviderName
Gets or sets the name of the member ship 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 or sets the name of the subscriber.
Public propertyRecordNumber
Gets the record number.
Public propertySubscriptionDate
Gets a value that indicates when the subscription was made.
Public propertySubscriptionDefinitionIdentifier
Gets the identifier of the subscription definition.
Public propertySubscriptionType
Gets the type of the subscription.
Top
Methods

  NameDescription
Public methodActivate
Activates this Subscription so it can be used by the subscription handlers.
Public methodDeactivate
Deactivates this Subscription to prevent it from being used by the subscription handlers.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for this Subscription.
(Overrides ObjectGetHashCode.)
Public methodStatic memberGetSubscriptionInformation(ConnectionId, SessionId, Guid)
Gets information for a particular subscription.
Public methodStatic memberGetSubscriptionInformation(ConnectionId, SessionId, String)
Gets information for a particular subscription.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberOpen
Opens the specified subscription using its identifier.
Public methodSave
Saves changes of this instance to the underlying database.
Public methodToString
Returns a String that represents the current Subscription.
(Overrides ObjectToString.)
Top
See Also

Reference