Autodesk Vault ProfessionalVault API

OrganizeFilesRelativeToCommonVaultRoot Property

Autodesk.DataManagement.Client.Framework.Vault.SettingsAcquireFilesSettings

Gets or sets how files should be organized when downloaded to a LocalPath.

Syntax

public System.bool OrganizeFilesRelativeToCommonVaultRoot {get; set;}
Public Property OrganizeFilesRelativeToCommonVaultRoot As System.Boolean

Remarks

If True, then if the local path is c:\temp and the files are $\Foo\file1.txt and $\Bar\file2.txt, then the files will be downloaded in c:\temp\Foo\file1.txt and c:\temp\Bar\file2.txt

If False, then if the local path is c:\temp and the files are $\Foo\file1.txt and $\Bar\file2.txt, then the files will be downloaded in c:\temp\file1.txt and c:\temp\file2.txt

See Also