SetEnableDWFAttachment Method
Sets whether DWF attachments are enabled.
Required Permissions
VaultOptionsSetSyntax
public void SetEnableDWFAttachment(
System.bool enabled
)Public Sub SetEnableDWFAttachment( _
ByVal enabled As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| enabled | 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. |