C# 클래스 VaultFolderCreate.OpenFileCommand

파일 보기 프로젝트 열기: nick-hall-majenta/Autodesk-Vault-Utilities

공개 메소드들

메소드 설명
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