Autodesk Vault ProfessionalVault API

RootFolders Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsSelectVaultFolderSettings

Gets or sets the root folders in the navigation hierarchy. If null, then $ will be the root folder

Syntax

public System.Collections.Generic.IEnumerable<Folder> RootFolders {get; set;}
Public Property RootFolders As System.Collections.Generic.IEnumerable(Of Folder)

See Also