Метод | Описание | |
---|---|---|
Execute ( DocumentSvc file ) : void |
Downloads a file from Vault and opens it. The program used to load the file is based on the user's OS settings.
|
|
OnExit ( ) : void |
This should be called when the application exits
|
Метод | Описание | |
---|---|---|
MultiDownload ( DocumentSvc file, string filePath ) : void |
The file is too big to download in a single call, so the file is downloaded in parts.
|
|
SimpleDownload ( DocumentSvc file, string filePath ) : void |
The entire file can be downloaded in a single call
|
public static Execute ( DocumentSvc file ) : void | ||
file | DocumentSvc | |
Результат | void |