updateNamespace |
It sets the namespace of the update method used to synchronize the data with the backend.
Syntax
Script |
instanceID.updateNamespace = sUpdateNamespace |
Parameters
Parameter |
Description |
---|---|
sUpdateNamespace |
String that denotes the namespace to which update requests are sent. |
Return Value
This can also be passed as a parameter while creating the instance object.
This sample code demonstrates how the property can be used.
var newInstance = WebForm.getInstance("", "http://schemas.cordys.com/Employees", "Employees", application); //Set updateNamespace property to a namespace of the method Update newInstance.updateNamespace = "http://schemas.cordys.com/Update";