Parameters
| pageInfo | An object which holds page Info. | 
|---|---|
| completionHandler | The Page object will be returned to the completionHandler | 
Parameters
| Ids | The ID for one or more components for which the data are to be fetched. | 
|---|---|
| pageInfo | An object which holds page Info. | 
| completionHandler | String dictionary of values corresponding to the IDs will be returned to the completionHandler | 
Parameters
| pageAction | The action model containing the identifer of the function which has to be executed | 
|---|---|
| pageInfo | An object which holds page Info. | 
| completionHandler | The ExecuteFunctionResult will be returned to the completionHandler | 
Parameters
| urlString | URL String of image that is to be downloaded | 
|---|---|
| pageInfo | An object which holds page Info. | 
| completionHandler | The image data will be returned to the completion handler. | 
Parameters
| fileName | The file name of the image which is to be downloaded | 
|---|---|
| pageInfo | An object which holds page Info. | 
| completionHandler | The image data will be returned to the completion handler. |