Autodesk Vault ProfessionalVault API

GetContentSourcePropertyMappingsGroupedByProvider Method

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

Gets a dictionary of mappings to this PropertyDefinition grouped by ContentSourceProvider

Syntax

public System.Collections.Generic.Dictionary<string,IList<ContentSourcePropertyMapping>> GetContentSourcePropertyMappingsGroupedByProvider(
   System.string entityClassId,
   PropertyMappings.DesiredMappingTypes desiredMappings
)
Public Function GetContentSourcePropertyMappingsGroupedByProvider( _
   ByVal entityClassId As System.String, _
   ByVal desiredMappings As PropertyMappings.DesiredMappingTypes _
) As System.Collections.Generic.Dictionary(Of String,IList(Of ContentSourcePropertyMapping))

Parameters

NameDescription
entityClassIdThe ID of the Entity Class to retrieve mappings for
desiredMappingsThe type of mappings to retrieve

Return Value

A dictionary of mappings that meet the specified criteria. The key to the dictionary is the ContentSourceProvider ID, and the value is list of mappings that belong to that provider

See Also