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.

Remarks

The EnableDWFAttachment bit is metadata for the client. The server will not automatically generate the DWF. If the value is set to true, it is up to the client to create and attach the DWF (however, this is not enforced by the server).

See Also