SaaS CMS has officially launched! Learn more now.

Class ExternalApplicationOptions

Contains option that can be used to configure CMS when there is an external delivery application. This option is used by external application like ContentDeliveryApi and CmsUI

Inheritance
System.Object
ExternalApplicationOptions
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class ExternalApplicationOptions : Object

Constructors

ExternalApplicationOptions()

Declaration
public ExternalApplicationOptions()

Properties

OptimizeForDelivery

Defines whether ContentDeliveryApi and/or CmsUI should be optimized for delivery

Declaration
public bool OptimizeForDelivery { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods