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

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

Represents a StateManagedCollection of FlashVarParameter objects. This class is used by the InsertFlashContent control.
Inheritance Hierarchy

SystemObject
  System.Web.UIStateManagedCollection
    ContentStudio.Site.ControlsFlashVarParameterCollection

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

public class FlashVarParameterCollection : StateManagedCollection, 
	IList<FlashVarParameter>, ICollection<FlashVarParameter>, IEnumerable<FlashVarParameter>, 
	IEnumerable

The FlashVarParameterCollection type exposes the following members.

Constructors

  NameDescription
Public methodFlashVarParameterCollection
Initializes a new instance of the FlashVarParameterCollection 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 a FlashVarParameter at the specified index.
Top
Methods

  NameDescription
Public methodAdd
Adds the specified item.
Public methodClear (Inherited from StateManagedCollection.)
Public methodContains
Determines whether this FlashVarParameterCollection contains a specific FlashVarParameter.
Public methodCopyTo(Array, Int32) (Inherited from StateManagedCollection.)
Public methodCopyTo(FlashVarParameter, Int32)
Copies all the FlashVarParameter objects to an array.
Protected methodCreateKnownType
When overridden in a derived class, creates an instance of a class that implements IStateManager. The type of object created is based on the specified member of the collection returned by the GetKnownTypes method.
(Overrides StateManagedCollectionCreateKnownType(Int32).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAsHtml
Gets all parameters as the serialized Html format used to set the Flash Players FlashVars parameter.
Public methodGetEnumerator
Gets an object that can be used to iterate through the collection.
Public methodGetHashCode (Inherited from Object.)
Protected methodGetKnownTypes
When overridden in a derived class, gets an array of IStateManager types that the StateManagedCollection collection can contain.
(Overrides StateManagedCollectionGetKnownTypes.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Gets the indexes of an item in the collection.
Public methodInsert
Inserts an item at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from StateManagedCollection.)
Protected methodOnClearComplete (Inherited from StateManagedCollection.)
Protected methodOnInsert (Inherited from StateManagedCollection.)
Protected methodOnInsertComplete (Inherited from StateManagedCollection.)
Protected methodOnRemove (Inherited from StateManagedCollection.)
Protected methodOnRemoveComplete (Inherited from StateManagedCollection.)
Protected methodOnValidate
Validate a FlashVarParameter of the collection.
(Overrides StateManagedCollectionOnValidate(Object).)
Public methodRemove
Removes the first occurence of the specified item.
Public methodRemoveAt
Removes an item at the specified index.
Public methodSetDirty (Inherited from StateManagedCollection.)
Protected methodSetDirtyObject
When overridden in a derived class, instructs an object contained by the collection to record its entire state to view state, rather than recording only change information.
(Overrides StateManagedCollectionSetDirtyObject(Object).)
Public methodToString (Inherited from Object.)
Top
Remarks

This class was introduced in Content Studio version 5.3

See Also

Reference