setData (Client API reference)
Sets the value of the data query string parameter passed to a Silverlight web resource.
Control types supported
webresource
Syntax
formContext.getControl(arg).setData(string);
Parameter
Name | Type | Required | Description |
---|---|---|---|
string |
String | Yes | The data value to pass to the Silverlight web resource. |