Autodesk Vault ProfessionalVault API

GetContentSourcePropertyMappings Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyMappings

Gets a list of all of the property mappings to the PropertyDefinition for a particular type of entity and ContentSourceProvider

Syntax

public System.Collections.Generic.IEnumerable<ContentSourcePropertyMapping> GetContentSourcePropertyMappings(
   System.string entityClassId,
   System.string sourceProviderId
)
Public Function GetContentSourcePropertyMappings( _
   ByVal entityClassId As System.String, _
   ByVal sourceProviderId As System.String _
) As System.Collections.Generic.IEnumerable(Of ContentSourcePropertyMapping)

Parameters

NameDescription
entityClassIdThe ID of the Entity Class to retrieve mappings for
sourceProviderIdThe unique id of the Content Source Provider that we are retrieving mapping for

Return Value

A list of all of the mappings that meet the specified criteria. An empty list is returned if there are no matches.

See Also