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 = 4Determines whether to return compact XML.
IsCollection = 16Determines whether to return the IsCollection property.
IsHidden = 8Determines whether to return the IsHidden property.
MsAuthorVia = 1Determines whether to return the MS-Author-Via header.
MultiProp = 2Determines whether to allow multiple property sections.
None = 0No compatability options.
Unknown = -1The compatability options are unknown.