SaaS CMS has officially launched! Learn more now.

Class EnvironmentOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies Environment settings for the EPiServer application

Inheritance
System.Object
EnvironmentOptions
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.Framework.Internal
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
[Options]
public class EnvironmentOptions

Constructors

EnvironmentOptions()

Declaration
public EnvironmentOptions()

Properties

BasePath

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies the physical base path for resources used by the application.

Declaration
public string BasePath { get; set; }
Property Value
Type Description
System.String
Remarks

Default value is 'App_Data'

Extension Methods