Autodesk Vault ProfessionalVault API

GetFilterConfigXml Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the contents of filterConfig.xml which is a server file that contains the property mapping of AutoCAD block attributes.

Required Permissions

VaultOptionsGet

Syntax

public System.string GetFilterConfigXml()
Public Function GetFilterConfigXml() As System.String

Return Value

The XML data from filterConfig.xml

See Also