Enum WindowsSharePermissionRight
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of share level permission.
public enum WindowsSharePermissionRight
Fields
The user can change data on a shared folder.
The user has full control on the shared folder.
The user can read data on a shared folder.
The permission level is unknown.
Remarks
As share level permissions cannot be combined this enumeration is not decorated with the flags attribute.