|
|
Uploads a file to a remote URI.
Namespace: Autodesk.Navisworks.Api.Plugins
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public MustOverride Function PutFile ( _ localPath As String, _ uri As Uri, _ progress As Progress _ ) As Boolean |
| C# |
|---|
public abstract bool PutFile( string localPath, Uri uri, Progress progress ) |
| Visual C++ |
|---|
public: virtual bool PutFile( String^ localPath, Uri^ uri, Progress^ progress ) abstract |
Parameters
- localPath
- Type: System..::..String
- uri
- Type: System..::..Uri
- progress
- Type: Autodesk.Navisworks.Api..::..Progress
Remarks
This function is called to upload a local file to a remote URI.
If this operation could take a long time, you should use the
provided progress object to check to see if the operation has been
cancelled by the user.