Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class ExternalApplicationOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains option that can be used in other application for optimized delivery This option is used by external application like ContentDeliveryApi and CmsUI

Inheritance
System.Object
ExternalApplicationOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[Options]
public class ExternalApplicationOptions

Constructors

ExternalApplicationOptions()

Declaration
public ExternalApplicationOptions()

Properties

OptimizeForDelivery

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Defines whether ContentDeliveryApi and/or CmsUI use optimized delivery option

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

Extension Methods