'Declaration Overloads Function ExportToFile( _ ByVal documentKey As System.String, _ ByVal format As System.String, _ ByVal exportedFileName As System.String _ ) As System.String
System.string ExportToFile( System.string documentKey, System.string format, System.string exportedFileName )
Parameters
- documentKey
- The document key.
- format
- The format.
- exportedFileName
- Optional. Exported file name.
Return Value
Url to exported file.