Autodesk Vault ProfessionalVault API

FilestoreVaultService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information on the Knowledge Vaults.

Syntax

public sealed class FilestoreVaultService : FilestoreVaultServiceBase, IWebService  
Public NotInheritable Class FilestoreVaultService
   Inherits FilestoreVaultServiceBase
   Implements IWebService 

Methods

NameDescription
GetAllKnowledgeVaultsGets all Knowledge Vaults on the server.
GetKnowledgeVaultByIdGets a Knowledge Vault based on its ID.
GetKnowledgeVaultByNameGets a Knowledge Vault based on its name.
GetKnowledgeVaultsByIdsGet multiples knowledge vaults by their IDs.
GetKnowledgeVaultsByNamesGets Knowledge Vaults based on their names.

Returned By

Where you get a FilestoreVaultService — members that return one.

Inheritance Hierarchy

See Also