C# Класс VaultFolderCreate.OpenFileCommand

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Execute() публичный статический Метод

Downloads a file from Vault and opens it. The program used to load the file is based on the user's OS settings.
public static Execute ( DocumentSvc file ) : void
file DocumentSvc
Результат void

OnExit() публичный статический Метод

This should be called when the application exits
public static OnExit ( ) : void
Результат void