Method | Description | |
---|---|---|
CreateSessionFromDocument ( string documentName ) : string |
Creates a new viewing session from an existing document in document storage
|
|
CreateSessionFromFileUpload ( string filePath ) : string |
Creates a new viewing session from a file
|
|
CreateSessionFromForm ( string formId ) : string |
Creates a new viewing session from an existing form
|
|
ForwardRequest ( |
Forwards any given request to PrizmApplicationServices
|
Method | Description | |
---|---|---|
CreatePasRequest ( string method, string path = "", string queryString = "" ) : |
||
GetProxyRequest ( |
||
GetProxyRequestWithQuery ( |
||
GetResponseStreamBytes ( |
||
JsonToDictionary ( string json ) : object>.Dictionary |
||
ToQueryString ( |
||
UpdateContextResponse ( |
public static CreateSessionFromDocument ( string documentName ) : string | ||
documentName | string | The name of the document |
return | string |
public static CreateSessionFromFileUpload ( string filePath ) : string | ||
filePath | string | The full path of the file that will be uploaded |
return | string |
public static CreateSessionFromForm ( string formId ) : string | ||
formId | string | The ID of the previously saved form |
return | string |
public static ForwardRequest ( |
||
context | The HTTP Context that will be used to access both request and response | |
path | string | The path that will be used to invoke PrizmApplicationServices |
return | void |