Table of Contents

Enum WindowsSharePermissionType

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

Represents the type of access this permission represents, either to allow or deny access to a user or group.

public enum WindowsSharePermissionType

Fields

Allow = 1

The user or group is allowed access.

Deny = 2

The user or group is denied access.

Unknown = 0

The permission type is unknown.