IConfigurationManager Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Services.Connection
This interface encapsulates all access to Configuration data which describes the capabilities of the Vault Server. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.ConfigurationManager property. This includes static data that isn't changed at runtime by vault users. Configuration data includes information about EntityClasses, Behaviors, and Content Source Providers
Syntax
public interface IConfigurationManager Public Interface IConfigurationManager Properties
| Name | Description |
|---|---|
| SupportsMultiSite | Gets whether the server supports Multisite |
| SupportsRevisions | Gets whether the server configuration supports the Revisions feature |
| SupportsWindowsAuthentication | Gets whether the server supports windows Authentication |
Methods
| Name | Description |
|---|---|
| AddInternalEntityClass | Adds a non-server based entity class to the VDF. |
| GetContentSourceProvider | Gets a Contentent Source Provider associated with the specified well know provider System name. |
| GetContentSourceProvider(String) | Gets a Contentent Source Provider associated with the specified well know provider System name. |
| GetContentSourceProvider(Int64) | Gets a Contentent Source Provider associated with the specified provider ID |
| GetContentSourceProviders | Get s a list of all content source providers registered on the vault server. A content source provider is an object that knows how to read/write property values for a particular file extension |
| GetEntityClass | Gets an Entity Class corresponding to a specific well know entity class id |
| GetEntityClasses | Gets a list of all Entity Classes supported by the vault server |
Returned By
Where you get a IConfigurationManager — members that return one.