ContentStudioConnectionIdParameterEvaluate Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Updates and returns the value of the Parameter object.

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

protected override Object Evaluate(
	HttpContext context,
	Control control
)

Parameters

context
Type: System.WebHttpContext
The current HttpContext of the request.
control
Type: System.Web.UIControl
The Control the parameter is bound to. If the parameter is not bound to a control, the control parameter is ignored.

Return Value

Type: Object
An object that represents the updated and current value of the parameter.
See Also

Reference