KnowledgeVaultService Class
Autodesk.Connectivity.WebServices›Autodesk.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
| Name | Description |
|---|---|
| AddKnowledgeVault | Creates a new Knowledge Vault. |
| CheckRolePermissions | Check if the current logged in user has permission to execute specific web service APIs |
| CreateKnowledgeVaultMaster | Creates the Knowledge Vault Master database. |
| DoesKnowledgeVaultMasterExist | Gets whether the knowledge vault master exists. |
| GetExecutionTimeout | Gets the timeout value for the HTTP connection. |
| GetPersistentIds | Gets persistant IDs for a set of entities. |
| GetSearchPagesize | Gets the maximum number of results for a single search call. |
| GetSiteCompatibilityWithKnowledgeMaster | Tells if the Knowledge Master of the current site is compatible with the database. |
| GetSiteCompatibilityWithKnowledgeVault | Tells if the the current site is compatible with a specific Vault database. |
| GetSystemOption | Gets an options setting which applies to the entire system. |
| GetVaultOption | Gets an options setting which applies to a Vault. |
| ResolvePersistentIds | Returns entity objects for a give set of persistant IDs. |
| SetSystemOption | Sets a system wide options value. |
| SetVaultOption | Sets a Vault wide options value. |
| UpdateDatabaseLogins | Resets the ADMS database logins. |
Returned By
Where you get a KnowledgeVaultService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.KnowledgeVaultServiceBase
- Autodesk.Connectivity.WebServices.KnowledgeVaultService