Table of Contents

Enum IisWebDavAuthoringCompatabilityOptions

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

Represents the compatibility options for WebDAV authoring.

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

Fields

CompactXml = 4

Determines whether to return compact XML.

IsCollection = 16

Determines whether to return the IsCollection property.

IsHidden = 8

Determines whether to return the IsHidden property.

MsAuthorVia = 1

Determines whether to return the MS-Author-Via header.

MultiProp = 2

Determines whether to allow multiple property sections.

None = 0

No compatability options.

Unknown = -1

The compatability options are unknown.