Method | Description | |
---|---|---|
Execute ( string filePath, long folderId ) : void |
Upload a file to Vault
|
Method | Description | |
---|---|---|
MultiUpload ( |
||
SimpleUpload ( string filePath, long folderId ) : void |
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 |