FolderFlag Enumeration
Specifies the flags that define folder types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: StorageOM (in StorageOM.dll)
| Member name | Description | |
|---|---|---|
| HideFromRemote | Specifies that the folder is hidden from remote viewing. | |
| NormalPredefined | Specifies that the folder is built-in and can be renamed, moved, and deleted. | |
| NotRemovable | Specifies that the folder is a built-in folder that cannot be moved or deleted. | |
| NotRenamable | Specifies that the folder is a built-in folder that cannot be renamed. | |
| Unknown | Specifies that the folder type is unknown. | |
| UserCreated | Specifies that the folder was created by a user. |
Community Additions
ADD
Show: