Autodesk Vault ProfessionalVault API

GetContentSourceProviders Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIConfigurationManager

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

Syntax

System.Collections.Generic.IEnumerable<ContentSourceProvider> GetContentSourceProviders()
Function GetContentSourceProviders() As System.Collections.Generic.IEnumerable(Of ContentSourceProvider)

Return Value

A list of content source providers.

See Also