Autodesk Vault ProfessionalVault API

IConfigurationManager Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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

NameDescription
SupportsMultiSiteGets whether the server supports Multisite
SupportsRevisionsGets whether the server configuration supports the Revisions feature
SupportsWindowsAuthenticationGets whether the server supports windows Authentication

Methods

NameDescription
AddInternalEntityClassAdds a non-server based entity class to the VDF.
GetContentSourceProviderGets 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
GetContentSourceProvidersGet 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
GetEntityClassGets an Entity Class corresponding to a specific well know entity class id
GetEntityClassesGets a list of all Entity Classes supported by the vault server

Returned By

Where you get a IConfigurationManager — members that return one.

See Also