Class EnvironmentOptions

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
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
[Options]
public class EnvironmentOptions

Constructors

EnvironmentOptions()

Declaration
public EnvironmentOptions()

Properties

BasePath

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