SetDWFPublishPreserveFolderHierarchy Method
Sets the DWF Publish Preserve Folder Hierarchy option.
Required Permissions
VaultOptionsSetSyntax
public void SetDWFPublishPreserveFolderHierarchy(
System.bool preserve
)Public Sub SetDWFPublishPreserveFolderHierarchy( _
ByVal preserve As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| preserve | If true, the server will preserve the Vault directory structure when publishing DWF files to the location specified by the "DWF Publish Folder Location" option. If false, the DWF files will all be placed in a single directory. |