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

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

The FlashVarParameterCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds the specified item.
Public method Clear (Inherited from StateManagedCollection.)
Public method Contains
Determines whether this FlashVarParameterCollection contains a specific FlashVarParameter.
Public method CopyTo(Array, Int32) (Inherited from StateManagedCollection.)
Public method CopyTo(FlashVarParameter, Int32)
Copies all the FlashVarParameter objects to an array.
Protected method CreateKnownType
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 method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAsHtml
Gets all parameters as the serialized Html format used to set the Flash Players FlashVars parameter.
Public method GetEnumerator
Gets an object that can be used to iterate through the collection.
Public method GetHashCode (Inherited from Object.)
Protected method GetKnownTypes
When overridden in a derived class, gets an array of IStateManager types that the StateManagedCollection collection can contain.
(Overrides StateManagedCollectionGetKnownTypes.)
Public method GetType (Inherited from Object.)
Public method IndexOf
Gets the indexes of an item in the collection.
Public method Insert
Inserts an item at the specified index.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from StateManagedCollection.)
Protected method OnClearComplete (Inherited from StateManagedCollection.)
Protected method OnInsert (Inherited from StateManagedCollection.)
Protected method OnInsertComplete (Inherited from StateManagedCollection.)
Protected method OnRemove (Inherited from StateManagedCollection.)
Protected method OnRemoveComplete (Inherited from StateManagedCollection.)
Protected method OnValidate
Validate a FlashVarParameter of the collection.
(Overrides StateManagedCollectionOnValidate(Object).)
Public method Remove
Removes the first occurence of the specified item.
Public method RemoveAt
Removes an item at the specified index.
Public method SetDirty (Inherited from StateManagedCollection.)
Protected method SetDirtyObject
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 method ToString (Inherited from Object.)
Top
See Also

Reference