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

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

Binds the value of the current Content Studio connection id variable to a parameter object.
Inheritance Hierarchy

SystemObject
  System.Web.UI.WebControlsParameter
    ContentStudio.Site.ControlsContentStudioConnectionIdParameter

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 ContentStudioConnectionIdParameter : Parameter

The ContentStudioConnectionIdParameter type exposes the following members.

Constructors

  NameDescription
Public methodContentStudioConnectionIdParameter
Initializes a new instance of the ContentStudioConnectionIdParameter class
Top
Properties

  NameDescription
Public propertyConvertEmptyStringToNull (Inherited from Parameter.)
Public propertyDbType (Inherited from Parameter.)
Public propertyDefaultValue (Inherited from Parameter.)
Public propertyDirection (Inherited from Parameter.)
Protected propertyIsTrackingViewState (Inherited from Parameter.)
Public propertyName (Inherited from Parameter.)
Public propertySize (Inherited from Parameter.)
Public propertyType (Inherited from Parameter.)
Protected propertyViewState (Inherited from Parameter.)
Top
Methods

  NameDescription
Protected methodClone (Inherited from Parameter.)
Public methodEquals (Inherited from Object.)
Protected methodEvaluate
Updates and returns the value of the Parameter object.
(Overrides ParameterEvaluate(HttpContext, Control).)
Protected methodFinalize (Inherited from Object.)
Public methodGetDatabaseType (Inherited from Parameter.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodLoadViewState (Inherited from Parameter.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnParameterChanged (Inherited from Parameter.)
Protected methodSaveViewState (Inherited from Parameter.)
Protected methodSetDirty (Inherited from Parameter.)
Public methodToString (Inherited from Parameter.)
Protected methodTrackViewState (Inherited from Parameter.)
Top
Remarks

This class was added in Content Studio 5.3 Sp1
See Also

Reference