View

Previous  Home topic  Next  Print this topic Send Feedback

The View method retrieves data for the form instance specified by instanceId.

 

int View(string tokenIn, int instanceId, out tokenOut, out FirstTest instance);

 

 

Send Params

Return Params

instanceId - This is the unique form instance ID for which data will be returned.
tokenIn - This is the security token that is obtained by the previous API call. See the API Security topic for more details.
instance - This is an instance of the actual data instance object. Each property of this corresponds to a form field. You can set these individual fields from your code and then pass the entire object to the Add method so the newly created form instance is properly populated with your field data. The actual type is different for each form as it represents the objects on the form.
tokenOut - This is the new security token that should be used for the next Web service call after this one. See the API Security topic for more details.

 

 

Sample Code

 

Sample Code

 

Updated: 06/12/2011  Page url: http://www.perfectforms.com/Documentation/manual/html/?view.htm
PerfectForms™ -- forms software, workflow software, and business process management