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

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

Represents a collection of SubscriptionManagerCheckboxItem objects. This class is used internally by the SubscriptionManager control.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ControlsSubscriptionManagerSubscriptionManagerCheckboxItemCollection

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 SubscriptionManagerCheckboxItemCollection : ICollection, 
	IEnumerable, IList

The SubscriptionManagerSubscriptionManagerCheckboxItemCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItem
Gets the SubscriptionManagerCheckboxItem at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Top
Methods

  NameDescription
Public methodAdd
Adds the specified item to the collection.
Public methodAddAt
Adds an item at a specific position in the collection.
Public methodAddRange
Adds the range.
Public methodClear
Clears the collection.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Removes the specified item from the collection.
Public methodRemoveAt
Removes the specified item from the collection.
Public methodToString (Inherited from Object.)
Top
See Also

Reference