Folder Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains information about a folder in the vault.
Syntax
public class Folder Public Class Folder Properties
| Name | Description |
|---|---|
| Cat | The folder category. |
| Cloaked | If true, the logged-in user is restricted from seeing this folder. The only valid data in a cloaked Folder is the ID. All other data will be null or 0. |
| CreateDate | The date and time that the folder was created. |
| CreateUserId | The ID of the user who created the folder. |
| CreateUserName | The name of the user who created the folder. |
| FullName | The full vault path (example "$/Folder1"). |
| FullUncName | The full UNC path or null if no UNC path exists. |
| Id | A unique identifier for the folder. |
| IsLib | Tells if the folder is a library. |
| LfCyc | The life cycle state. |
| Locked | Tells if the folder can be modified by the logged in user. |
| Name | The name of the folder (example "Folder1"). |
| NumClds | The number of child folders. |
| ParId | The ID of the folder above the current folder. A value of -1 means that the folder has no parent. |
| ArchiveStatus | |
| DeleteDate | |
| DeleteUserId | |
| DeleteUserName |
Returned By
Where you get a Folder — members that return one.
- AddFolderCommandEventArgs.ReturnValue
- DocumentService.AddFolder
- DocumentService.ArchiveFolder
- DocumentService.ArchiveFolders
- DocumentService.FindFoldersByIds
- DocumentService.FindFoldersByPaths
- DocumentService.FindFoldersBySearchConditions
- DocumentService.GetFolderById
- DocumentService.GetFolderByPath
- DocumentService.GetFolderRoot
- DocumentService.GetFoldersByFileMasterId
- DocumentService.GetFoldersByIds
- DocumentService.GetFoldersByParentId
- DocumentService.GetFoldersByPaths
- DocumentService.GetTrashedFolders
- DocumentService.RestoreArchiveCandidateFolder
- DocumentService.RestoreArchiveCandidateFolders
- DocumentService.RestoreFolder
- DocumentService.RestoreFolders
- DocumentService.UpdateFolderName
- DocumentService.UpdateFolderUNCPath
- DocumentServiceExtensions.AddFolderWithCategory
- DocumentServiceExtensions.UpdateFolderCategories
- DocumentServiceExtensions.UpdateFolderLifeCycleDefinitions
- DocumentServiceExtensions.UpdateFolderLifeCycleStates
- DocumentServiceExtensions.UpdateFolderPropertyDefinitions
- FileFolder.Folder
- FolderArray.Folders
- UpdateFolderLifeCycleStateCommandEventArgs.ReturnValue
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.Folder