Autodesk Vault ProfessionalVault API

RemoveMappings Method

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

Removed all mappings for a specific type of Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClass (ie. remove all FILE mappings)

Syntax

public void RemoveMappings(
   System.string entityClassId
)
Public Sub RemoveMappings( _
   ByVal entityClassId As System.String _
) 

Parameters

NameDescription
entityClassIdThe ID of the Entity Class to remove mappings for

See Also