GetContentSourcePropertyMappingsGroupedByProvider Method
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
| Name | Description |
|---|---|
| entityClassId | The ID of the Entity Class to retrieve mappings for |
| desiredMappings | The 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