Autodesk Vault ProfessionalVault API

GetPropertyExtensionProviders Method

Autodesk.DataManagement.Client.Framework.Vault.ServicesIPropertyExtensionRegistrationService

Gets a list of all of the custom providers that were registered with the property management pipeline. The providers will be returned in the order they were added

Syntax

System.Collections.Generic.IEnumerable<IPropertyExtensionProvider> GetPropertyExtensionProviders()
Function GetPropertyExtensionProviders() As System.Collections.Generic.IEnumerable(Of IPropertyExtensionProvider)

Return Value

The list of all registered providers, in the order they were added.

See Also