IWebPartParameters.GetParametersData(ParametersCallback) Method

Definition

Gets the value of the data from the connection provider.

C#
public void GetParametersData(System.Web.UI.WebControls.WebParts.ParametersCallback callback);

Parameters

callback
ParametersCallback

The method to call to process the data from the provider.

Remarks

The GetParametersData method is used to retrieve the values from the provider based on a parameter. The method represented by the callback parameter processes the data for use by the consumer.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1