C# Class VaultFolderCreate.AddFileCommand

Afficher le fichier Open project: nick-hall-majenta/Autodesk-Vault-Utilities

Méthodes publiques

Méthode Description
Execute ( string filePath, long folderId ) : void

Upload a file to Vault

Private Methods

Méthode Description
MultiUpload ( FileInfo fileInfo, long folderId ) : void
SimpleUpload ( string filePath, long folderId ) : void

Method Details

Execute() public static méthode

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.
Résultat void