ImageProcessingSettingsCollection 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 ImageProcessingSettings objects.
Inheritance Hierarchy

SystemObject
  System.Web.UIStateManagedCollection
    ContentStudio.Site.ControlsImageProcessingSettingsCollection

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 ImageProcessingSettingsCollection : StateManagedCollection, 
	IList<ImageProcessingSettings>, ICollection<ImageProcessingSettings>, IEnumerable<ImageProcessingSettings>, 
	IEnumerable

The ImageProcessingSettingsCollection type exposes the following members.

Constructors

  NameDescription
Public methodImageProcessingSettingsCollection
Initializes a new instance of the ImageProcessingSettingsCollection class
Top
Properties

  NameDescription
Public propertyCount (Inherited from StateManagedCollection.)
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
Public propertyItem
Gets or sets the ImageProcessingSettings at the specified index.
Top
Methods

  NameDescription
Public methodAdd
Adds the specified settings.
Public methodClear (Inherited from StateManagedCollection.)
Public methodContains
Determines whether [contains] [the specified settings].
Public methodCopyTo(Array, Int32) (Inherited from StateManagedCollection.)
Public methodCopyTo(ImageProcessingSettings, Int32)
Copies to.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Indexes the of.
Public methodInsert
Inserts the specified index.
Public methodRemove
Removes the specified ImageProcessingSettings from the collection.
Public methodRemoveAt
Removes the IList item at the specified index.
Public methodSetDirty (Inherited from StateManagedCollection.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference