Autodesk Vault ProfessionalVault API

KnowledgeVaultService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains methods for getting information about the vaults on the server.

Syntax

public sealed class KnowledgeVaultService : KnowledgeVaultServiceBase, IWebService  
Public NotInheritable Class KnowledgeVaultService
   Inherits KnowledgeVaultServiceBase
   Implements IWebService 

Methods

NameDescription
AddKnowledgeVaultCreates a new Knowledge Vault.
CheckRolePermissionsCheck if the current logged in user has permission to execute specific web service APIs
CreateKnowledgeVaultMasterCreates the Knowledge Vault Master database.
DoesKnowledgeVaultMasterExistGets whether the knowledge vault master exists.
GetExecutionTimeoutGets the timeout value for the HTTP connection.
GetPersistentIdsGets persistant IDs for a set of entities.
GetSearchPagesizeGets the maximum number of results for a single search call.
GetSiteCompatibilityWithKnowledgeMasterTells if the Knowledge Master of the current site is compatible with the database.
GetSiteCompatibilityWithKnowledgeVaultTells if the the current site is compatible with a specific Vault database.
GetSystemOptionGets an options setting which applies to the entire system.
GetVaultOptionGets an options setting which applies to a Vault.
ResolvePersistentIdsReturns entity objects for a give set of persistant IDs.
SetSystemOptionSets a system wide options value.
SetVaultOptionSets a Vault wide options value.
UpdateDatabaseLoginsResets the ADMS database logins.

Returned By

Where you get a KnowledgeVaultService — members that return one.

Inheritance Hierarchy

See Also