Share via


FolderFlag Enumeration

 

Specifies the flags that define folder types.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[FlagsAttribute]
public enum FolderFlag
[FlagsAttribute]
public enum class FolderFlag
<FlagsAttribute>
Public Enumeration FolderFlag

Members

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.

See Also

Microsoft.WindowsServerSolutions.Storage Namespace

Return to top