Autodesk Vault ProfessionalVault API

AddMapping Method

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

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

NameDescription
entityClassIdThe ID of the Entity Class to create a mapping for
sourceProviderIdThe 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)
propMapThe individual mapping to be applied to this PropertyDefinition

See Also