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

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

This class defines a member in a list of subscription definitions.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.SubscriptionSubscriptionDefinitionListItem

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

public sealed class SubscriptionDefinitionListItem

The SubscriptionDefinitionListItem type exposes the following members.

Properties

  NameDescription
Public propertyCategoryId
Gets the identifier of the subscribable category.
Public propertyDescription
Gets the description of the subscribable category..
Public propertyEnabled
Gets or sets a value indicating whether this SubscriptionDefinitionListItem represents an enabled subscription definition.
Public propertyIdentifier
Gets the an unique identifier of the subscribable category.
Public propertyName
Gets the name of the subscribable category.
Public propertySubscription
Gets a particular subscription connected to this subscription definition. This property can be null (Nothing in Visual Basic).
Public propertySubscriptionType
Gets or sets the type of subscription.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents the current SubscriptionDefinitionListItem.
(Overrides ObjectToString.)
Top
Remarks

This class is new in Content Studio version 5.2
See Also

Reference