ResourcePath Property
The path of the current resource.
Syntax
[VB.NET] Public Property ResourcePath As String
[C#] public string ResourcePath {get; set;}
Remarks
This setting holds the path of the resource specified by ResourceIndex. After calling ListResources this property will hold the full path to the resource at ResourceIndex in lower case as returned by the server.
This may be set to the full path of a folder or file before calling various methods such as:
- CopyResource
- DeleteResource
- DownloadFile
- GetPreview
- GetResourceInfo
- GetThumbnail
- ListResources
- ListRevisions
- MoveResource
- UploadFile
- WaitForChanges
This property is not available at design time.
Default Value
""