Class ProxyType
Defines different types of content proxies.
Inheritance
System.Object
ProxyType
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class ProxyType : Enum
Fields
Auto
The system will select the proxy it believes to be the best fit based on available knowledge in the current context.
Declaration
public const ProxyType Auto
Field Value
Type | Description |
---|---|
ProxyType |
Castle
Generate castle content proxies.
Declaration
public const ProxyType Castle
Field Value
Type | Description |
---|---|
ProxyType |
Optimized
Generate optimized content proxies.
Declaration
public const ProxyType Optimized
Field Value
Type | Description |
---|---|
ProxyType |
Remarks
With this option enabled, any custom Castle extensions become disabled.
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |