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