Table of Contents

Enum IisWebDavAuthoringRulePermissions

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

Represents the permissions for a WebDAV authoring rule.

[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisWebDavAuthoringRulePermissions

Fields

None = 0

No permissions.

Read = 1

The read permission.

Source = 16

The source permission.

Unknown = -1

The permissions are unknown.

Write = 2

The write permission.