ExportToFile(String,String) Method
Export the document specified by documentKey to the specified format and returns url that can be used to download file.
public System.string ExportToFile(
System.string ,
System.string
)
'Declaration
Public Overloads Function ExportToFile( _
ByVal As System.String, _
ByVal As System.String _
) As System.String
Parameters
- documentKey
- The document key.
- format
- The format.
Return Value
Url to exported file.