Autodesk Vault ProfessionalVault API

FilestoreService Class

Autodesk.Connectivity.WebServicesAutodesk.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

NameDescription
CopyFileThis function copies the binary contents of a file in the filestore. The Vault meta data, such as Name and Version Number, are not copied.
DownloadFilePartDownloads the binary content of a file.
DownloadWatermarkedDwfFilePart
GetContentSourceDeepIndexInternal use only.
GetContentSourcePropertiesGets CtntSrcProps object which contains content source properties array.
GetContentSourcePropertyDefinitionsGets the property definitions internal to the file.
GetContentSourceTextInternal use only.
GetMaximumPartSizeGets the maximum size for a binary data transfer.
GetRegisteredExternalFileUploaderNamesInternal use only.
UploadExternalFileInternal use only.
UploadFilePartUploads the binary content of a file.

Returned By

Where you get a FilestoreService — members that return one.

Inheritance Hierarchy

See Also