Autodesk Vault ProfessionalVault API

GetContentSourceProvider(String) Method

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

Gets a Contentent Source Provider associated with the specified well know provider System name.

Syntax

ContentSourceProvider GetContentSourceProvider(
   System.string providerSysName
)
Overloads Function GetContentSourceProvider( _
   ByVal providerSysName As System.String _
) As ContentSourceProvider

Parameters

NameDescription
providerSysNameThe system name of the Content Source Provider to retrieve. See SystemName

Return Value

The matching Content Source Provider, or null if there is no match.

See Also