KnowledgeVault Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains information on a KnowledgeVault.
Syntax
public class KnowledgeVault Public Class KnowledgeVault Properties
| Name | Description |
|---|---|
| CreateDate | The date that the Knowledge Vault was created. |
| CreateUserId | The ID of the user that created the Knowledge Vault. |
| Id | A unique identifier for the Knowledge Vault. |
| Name | The name of the Knowledge Vault. This is also the name of the database. |
| NtfsRoot | The network path to the file store. A local path is also allowed. |
| ArchiveFilestore | |
| IsArchiveEnabled |
Returned By
Where you get a KnowledgeVault — members that return one.
- FilestoreVaultService.GetAllKnowledgeVaults
- FilestoreVaultService.GetKnowledgeVaultById
- FilestoreVaultService.GetKnowledgeVaultByName
- FilestoreVaultService.GetKnowledgeVaultsByIds
- FilestoreVaultService.GetKnowledgeVaultsByNames
- GroupInfo.Vaults
- KnowledgeVaultService.AddKnowledgeVault
- Session.Vault
- UserInfo.Vaults
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.KnowledgeVault