IWorkingFoldersManager Interface
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Services.Connection
Provides methods for getting working folders
Syntax
public interface IWorkingFoldersManager Public Interface IWorkingFoldersManager Methods
| Name | Description |
|---|---|
| ClearAllWorkingFolders | Clears all mappings between vault folders and workings folders. |
| ClearWorkingFolder | Removes the mapping to a working folder for a given vault folder |
| GetAllWorkingFolders | Returns a dictionary of all the working folder mappings |
| GetPathOfFileInWorkingFolder | Gets the full path of the specified file in it's working folder |
| GetWorkingFolder | Gets the working folder for the corresponding vault folder |
| GetWorkingFolder(String) | Gets the working folder for the corresponding vault folder |
| GetWorkingFolder(String,Boolean) | Gets the working folder for the corresponding vault folder |
| GetWorkingFolder(FileIteration) | Gets the working folder that the specified file lives in |
| SetWorkingFolder | Sets the working folder for a vault folder |
Returned By
Where you get a IWorkingFoldersManager — members that return one.