C# Class VaultFolderCreate.AddFileCommand

Datei anzeigen Open project: nick-hall-majenta/Autodesk-Vault-Utilities

Public Methods

Method Description
Execute ( string filePath, long folderId ) : void

Upload a file to Vault

Private Methods

Method Description
MultiUpload ( FileInfo fileInfo, long folderId ) : void
SimpleUpload ( string filePath, long folderId ) : void

Method Details

Execute() public static method

Upload a file to Vault
public static Execute ( string filePath, long folderId ) : void
filePath string The full path to a local file.
folderId long The ID of the Vault folder where the file will be uploaded.
return void