Table of Contents

Enum WindowsSharePermissionRight

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of share level permission.

public enum WindowsSharePermissionRight

Fields

Change = 2

The user can change data on a shared folder.

FullControl = 3

The user has full control on the shared folder.

Read = 1

The user can read data on a shared folder.

Unknown = 0

The permission level is unknown.

Remarks

As share level permissions cannot be combined this enumeration is not decorated with the flags attribute.