GetEnableDWFAttachment Method
Determines whether DWF attachments are enabled.
Required Permissions
VaultOptionsGetSyntax
public System.bool GetEnableDWFAttachment()Public Function GetEnableDWFAttachment() As System.BooleanReturn 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).