Autodesk Vault ProfessionalVault API

GetContentSourceProvider(Int64) Method

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

Gets a Contentent Source Provider associated with the specified provider ID

Syntax

ContentSourceProvider GetContentSourceProvider(
   System.long providerId
)
Overloads Function GetContentSourceProvider( _
   ByVal providerId As System.Long _
) As ContentSourceProvider

Parameters

NameDescription
providerIdThe ID of the Content Source Provider to retrieve. See Id

Return Value

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

See Also