Share via


TreeViewControl.GetUpdateParameterScript method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Shared Function GetUpdateParameterScript ( _
    targetControlId As String, _
    controlId As String, _
    instanceId As String _
) As String
'Usage
Dim targetControlId As String
Dim controlId As String
Dim instanceId As String
Dim returnValue As String

returnValue = TreeViewControl.GetUpdateParameterScript(targetControlId, _
    controlId, instanceId)
public static string GetUpdateParameterScript(
    string targetControlId,
    string controlId,
    string instanceId
)

Parameters

Return value

Type: System.String

See also

Reference

TreeViewControl class

TreeViewControl members

Microsoft.PerformancePoint.Scorecards.ServerRendering namespace