Autodesk Vault ProfessionalVault API

GetAllContentSourcePropertyMapping Method

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

Gets all of the property mappings associated with a PropertyDefinition

Syntax

public System.Collections.Generic.IEnumerable<ContentSourcePropertyMapping> GetAllContentSourcePropertyMapping()
Public Function GetAllContentSourcePropertyMapping() As System.Collections.Generic.IEnumerable(Of ContentSourcePropertyMapping)

Return Value

A list of property mappings. The list will be empty if there are no mappings

See Also