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)

[FlagsAttribute]
public enum class FolderFlag

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: