Table of Contents

Enum IisPagesClientIDMode

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

The IIS server pages and controls client ID mode.

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

Fields

AutoID = 1

The client ID mode is AutoID.

Inherit = 4

The client ID mode is Inherit.

Predictable = 3

The client ID mode is Predictable.

Static = 2

The client ID mode is Static.

Unknown = 0

The client ID mode is unknown.