FilestoreService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
A service for uploading and downloading binary file data.
Syntax
public sealed class FilestoreService : FilestoreServiceBase, IWebService Public NotInheritable Class FilestoreService
Inherits FilestoreServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| CopyFile | This function copies the binary contents of a file in the filestore. The Vault meta data, such as Name and Version Number, are not copied. |
| DownloadFilePart | Downloads the binary content of a file. |
| DownloadWatermarkedDwfFilePart | |
| GetContentSourceDeepIndex | Internal use only. |
| GetContentSourceProperties | Gets CtntSrcProps object which contains content source properties array. |
| GetContentSourcePropertyDefinitions | Gets the property definitions internal to the file. |
| GetContentSourceText | Internal use only. |
| GetMaximumPartSize | Gets the maximum size for a binary data transfer. |
| GetRegisteredExternalFileUploaderNames | Internal use only. |
| UploadExternalFile | Internal use only. |
| UploadFilePart | Uploads the binary content of a file. |
Returned By
Where you get a FilestoreService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.FilestoreServiceBase
- Autodesk.Connectivity.WebServices.FilestoreService