Share via


WebPartContextUpdate constructor (WebPartContext, DictionaryWrapper<String, String>)

Initializes a new instance of the WebPartContextUpdate class based on the specified context and wrapper.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Sub New ( _
    webPartContext As WebPartContext, _
    clientViewStateWrapper As DictionaryWrapper(Of String, String) _
)
'Usage
Dim webPartContext As WebPartContext
Dim clientViewStateWrapper As DictionaryWrapper(Of String, String)

Dim instance As New WebPartContextUpdate(webPartContext, _
    clientViewStateWrapper)
public WebPartContextUpdate(
    WebPartContext webPartContext,
    DictionaryWrapper<string, string> clientViewStateWrapper
)

Parameters

See also

Reference

WebPartContextUpdate class

WebPartContextUpdate members

WebPartContextUpdate overload

Microsoft.PerformancePoint.Scorecards namespace