Autodesk Vault ProfessionalVault API

SetDWFPublishPreserveFolderHierarchy Method

Autodesk.Connectivity.WebServicesDocumentService

Sets the DWF Publish Preserve Folder Hierarchy option.

Required Permissions

VaultOptionsSet

Syntax

public void SetDWFPublishPreserveFolderHierarchy(
   System.bool preserve
)
Public Sub SetDWFPublishPreserveFolderHierarchy( _
   ByVal preserve As System.Boolean _
) 

Parameters

NameDescription
preserveIf 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.

See Also