Autodesk Vault ProfessionalVault API

NewFolders Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.ResultsSelectVaultFolderResults

Gets a list of any new folders that were (optionally) created during the selection process

Syntax

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

See Also