IFolderManager Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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
| Name | Description |
|---|---|
| InvalidFolderCharacters | Gets the set of illegal characters for vault folder names |
| RootFolder | Gets the Root Folder in a vault |
Methods
| Name | Description |
|---|---|
| CreateFolder | Creates a vault folder |
| EnsureFolderPathsExist | Makes sure that all of the folders exist on the server and creates any that were missing |
| GetChildFolders | Retrieves 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 |
| GetFoldersByIds | Loads multiple Folders froms the server at once. |
| ValidateFolderName | Validates that a folder name meets all of the vault naming conventions. |
Returned By
Where you get a IFolderManager — members that return one.