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

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

Represents a parameter that can be sent via the FlashVars property of the InsertFlashContent control.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ControlsFlashVarParameter

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 FlashVarParameter : IStateManager

The FlashVarParameter type exposes the following members.

Constructors

  NameDescription
Public methodFlashVarParameter
Initializes a new instance of the FlashVarParameter class
Top
Properties

  NameDescription
Public propertyName
Gets or sets the name of the FlashVarParameter.
Public propertyValue
Gets or sets the value of the FlashVarParameter.
Protected propertyViewState
Gets the view state.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

This class was introduced in Content Studio version 5.3

See Also

Reference