Autodesk Vault ProfessionalVault API

SetEnableDWFAttachment Method

Autodesk.Connectivity.WebServicesDocumentService

Sets whether DWF attachments are enabled.

Required Permissions

VaultOptionsSet

Syntax

public void SetEnableDWFAttachment(
   System.bool enabled
)
Public Sub SetEnableDWFAttachment( _
   ByVal enabled As System.Boolean _
) 

Parameters

NameDescription
enabledTrue 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