| AllowAddRemove |
Read-write property that gets and sets whether items can be added to and removed from the folder by the user. If set to False, the add/remove restriction applies to the user interface only - the contents of folder can still be modified via the API. |
| AllowDelete |
Read-write property that gets and sets whether the folder can be deleted by the user. If set to False, the delete restriction applies to the user interface only - the folder can still be deleted via the API. |
| AllowRename |
Read-write property that gets and sets whether the folder can be renamed by the user. If set to False, the rename restriction applies to the user interface only - the folder can still be renamed via the API. |
| AllowReorder |
Read-write property that gets and sets whether the folder can be reordered in the browser by the user. If set to False, the reorder restriction applies to the user interface only - the folder can still be reordered via the API. |
| Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| BrowserNode |
Property that returns the corresponding browser node for the folder. The contents of the folder (including sub-folders) can be accessed via the browser node. |
| Name |
Read-write property that gets and sets the name of the folder. |
| Parent |
Property that returns the parent browser node for the folder. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |