Autodesk Vault ProfessionalVault API

EnsureFolderPathsExist Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIFolderManager

Makes sure that all of the folders exist on the server and creates any that were missing

Syntax

System.Collections.Generic.Dictionary<FolderPathAbsolute,Folder> EnsureFolderPathsExist(
   System.Collections.Generic.IEnumerable<FolderPathAbsolute> folderPaths,
   IProgressReporter progressReporter
)
Function EnsureFolderPathsExist( _
   ByVal folderPaths As System.Collections.Generic.IEnumerable(Of FolderPathAbsolute), _
   Optional ByVal progressReporter As IProgressReporter _
) As System.Collections.Generic.Dictionary(Of FolderPathAbsolute,Folder)

Parameters

NameDescription
folderPathsA list of paths to evaluate
progressReporterProgress reporter to show the progress of folder creation

Return Value

A map of the folder paths to the actual folder objects

See Also