Autodesk Vault ProfessionalVault API

Folder Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains information about a folder in the vault.

Syntax

public class Folder 
Public Class Folder 

Properties

NameDescription
CatThe folder category.
CloakedIf 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.
CreateDateThe date and time that the folder was created.
CreateUserIdThe ID of the user who created the folder.
CreateUserNameThe name of the user who created the folder.
FullNameThe full vault path (example "$/Folder1").
FullUncNameThe full UNC path or null if no UNC path exists.
IdA unique identifier for the folder.
IsLibTells if the folder is a library.
LfCycThe life cycle state.
LockedTells if the folder can be modified by the logged in user.
NameThe name of the folder (example "Folder1").
NumCldsThe number of child folders.
ParIdThe ID of the folder above the current folder. A value of -1 means that the folder has no parent.

Returned By

Where you get a Folder — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.Folder

See Also