AddMapping Method
Adds a property mapping to a PropertyDefinition
Syntax
public void AddMapping(
System.string entityClassId,
System.string sourceProviderId,
ContentSourcePropertyMapping propMap
)Public Sub AddMapping( _
ByVal entityClassId As System.String, _
ByVal sourceProviderId As System.String, _
ByVal propMap As ContentSourcePropertyMapping _
) Parameters
| Name | Description |
|---|---|
| entityClassId | The ID of the Entity Class to create a mapping for |
| sourceProviderId | The unique id of the Content Source Provider that we are mapping with (ie. an Inventor provider would be used to create a mapping to .IPT files) |
| propMap | The individual mapping to be applied to this PropertyDefinition |