Autodesk Vault ProfessionalVault API

GetEnableDWFAttachment Method

Autodesk.Connectivity.WebServicesDocumentService

Determines whether DWF attachments are enabled.

Required Permissions

VaultOptionsGet

Syntax

public System.bool GetEnableDWFAttachment()
Public Function GetEnableDWFAttachment() As System.Boolean

Return Value

True if DWF files should be automatically created and attached when a file is created or checked in. False if DWF files should not be automatically created.

See Also