Autodesk Vault ProfessionalVault API

GetPropertyDefinitionsMappedToContentSourceProperty Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIPropertyManager

Retrieves a list of all associations that a Content Source PropDef has with UDP's

Syntax

System.Collections.Generic.IEnumerable<ContentSourcePropertyMapping> GetPropertyDefinitionsMappedToContentSourceProperty(
   ContentSourceProvider provider,
   System.string moniker
)
Function GetPropertyDefinitionsMappedToContentSourceProperty( _
   ByVal provider As ContentSourceProvider, _
   ByVal moniker As System.String _
) As System.Collections.Generic.IEnumerable(Of ContentSourcePropertyMapping)

Parameters

NameDescription
provider
moniker

See Also