Autodesk Vault ProfessionalVault API

IFolderManager Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Services.Connection

This interface encapsulates all access to Vault Folders. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.FolderManager property.

Syntax

public interface IFolderManager 
Public Interface IFolderManager 

Properties

NameDescription
InvalidFolderCharactersGets the set of illegal characters for vault folder names
RootFolderGets the Root Folder in a vault

Methods

NameDescription
CreateFolderCreates a vault folder
EnsureFolderPathsExistMakes sure that all of the folders exist on the server and creates any that were missing
GetChildFoldersRetrieves a list of the child folders for a particular folder
GetChildFolders(Folder,Boolean,Boolean)Retrieves a list of the child folders for a particular folder
GetChildFolders(IEnumerable<Folder>,Boolean,Boolean)Retrieves a list of child folders for a bulk quantity of folders
GetChildFolders(IEnumerable<Int64>,Boolean,Boolean)Retrieves a list of child folders ids for a bulk quantity of folders ids
GetFoldersByIdsLoads multiple Folders froms the server at once.
ValidateFolderNameValidates that a folder name meets all of the vault naming conventions.

Returned By

Where you get a IFolderManager — members that return one.

See Also