Table of Contents

Enum IisPagesCompilationMode

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

The IIS server pages and controls compilation mode.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisPagesCompilationMode

Fields

Always = 1

The compilation mode is always.

Auto = 2

The compilation mode is auto.

Never = 3

The compilation mode is never.

Unknown = 0

The compilation mode is unknown.