Table of Contents
EngineFeatureState Enumeration

Specifies the state of a feature.

Namespace: EO.WebEngine
Assembly: EO.WebEngine (in EO.WebEngine.dll)

Syntax
 public enum EngineFeatureState
Members
Member Name Description
Default Default state.
Enabled The feature is enabled.
Disabled The feature is disabled.
See Also