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

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

Renders a checkbox that represents a subscribable category that is included in a SubscriptionManager control. This class is only used by the SubscriptionManager control.
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      System.Web.UI.WebControlsCheckBox
        ContentStudio.Site.ControlsSubscribableCategoryCheckBox
          ContentStudio.Site.ControlsSubscriptionManagerCheckboxItem

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

public sealed class SubscriptionManagerCheckboxItem : SubscribableCategoryCheckBox

The SubscriptionManagerCheckboxItem type exposes the following members.

Constructors

  NameDescription
Public methodSubscriptionManagerCheckboxItem
Initializes a new instance of the SubscriptionManagerCheckboxItem class
Top
Properties

  NameDescription
Public propertyAccessKey (Inherited from WebControl.)
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyAttributes (Inherited from WebControl.)
Public propertyAutoPostBack (Inherited from CheckBox.)
Public propertyBackColor (Inherited from WebControl.)
Public propertyBindingContainer (Inherited from Control.)
Public propertyBorderColor (Inherited from WebControl.)
Public propertyBorderStyle (Inherited from WebControl.)
Public propertyBorderWidth (Inherited from WebControl.)
Public propertyCategory
Gets or sets the subscribable category to use.
(Inherited from SubscribableCategoryCheckBox.)
Public propertyCategoryName
Gets the name of the subscribable category.
(Inherited from SubscribableCategoryCheckBox.)
Public propertyCausesValidation (Inherited from CheckBox.)
Public propertyChecked (Inherited from CheckBox.)
Public propertyClientID (Inherited from Control.)
Public propertyControls (Inherited from Control.)
Public propertyControlStyle (Inherited from WebControl.)
Public propertyControlStyleCreated (Inherited from WebControl.)
Public propertyCssClass (Inherited from WebControl.)
Public propertyDescription
Gets the description of the subscribable category.
(Inherited from SubscribableCategoryCheckBox.)
Public propertyEnabled (Inherited from WebControl.)
Public propertyEnableTheming (Inherited from WebControl.)
Public propertyEnableViewState (Inherited from Control.)
Public propertyFont (Inherited from WebControl.)
Public propertyForeColor (Inherited from WebControl.)
Public propertyHasAttributes (Inherited from WebControl.)
Public propertyHeight (Inherited from WebControl.)
Public propertyID (Inherited from Control.)
Public propertyInputAttributes (Inherited from CheckBox.)
Public propertyLabelAttributes (Inherited from CheckBox.)
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage (Inherited from Control.)
Public propertyParent (Inherited from Control.)
Public propertyRequiresActivation
Gets or sets a value indicating whether subscription must be activated before it can be used. The SubscriptionManager uses this value when it determines whether it can activate the subscription directly or not.
(Inherited from SubscribableCategoryCheckBox.)
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from WebControl.)
Public propertyStyle (Inherited from WebControl.)
Public propertySubscriptionIdentifier
Gets the subscription identifier of the subscribable category.
(Inherited from SubscribableCategoryCheckBox.)
Public propertyTabIndex (Inherited from WebControl.)
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyText (Inherited from CheckBox.)
Public propertyTextAlign (Inherited from CheckBox.)
Public propertyToolTip (Inherited from WebControl.)
Public propertyUniqueID (Inherited from Control.)
Public propertyValidationGroup (Inherited from CheckBox.)
Public propertyWidth (Inherited from WebControl.)
Public propertyVisible (Inherited from Control.)
Top
Methods

  NameDescription
Public methodApplyStyle (Inherited from WebControl.)
Public methodApplyStyleSheetSkin (Inherited from Control.)
Public methodCopyBaseAttributes (Inherited from WebControl.)
Public methodDataBind (Inherited from Control.)
Public methodDispose (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Public methodFindControl (Inherited from Control.)
Public methodFocus (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasControls (Inherited from Control.)
Public methodMergeStyle (Inherited from WebControl.)
Public methodRenderBeginTag (Inherited from WebControl.)
Public methodRenderControl (Inherited from Control.)
Public methodRenderEndTag (Inherited from WebControl.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Public methodToString (Inherited from Object.)
Top
Events

  NameDescription
Public eventCheckedChanged (Inherited from CheckBox.)
Public eventDataBinding (Inherited from Control.)
Public eventDisposed (Inherited from Control.)
Public eventInit (Inherited from Control.)
Public eventLoad (Inherited from Control.)
Public eventPreRender (Inherited from Control.)
Public eventUnload (Inherited from Control.)
Top
See Also

Reference