Class ConfigSourceIncludedEventArgs

EventArg that can be used when configSource-files is included into the web.config

Inheritance
System.Object
System.EventArgs
ConfigSourceIncludedEventArgs
Inherited Members
System.EventArgs.Empty
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.Web
Assembly: EPiServer.Configuration.dll
Version: 8.11.0
Syntax
public class ConfigSourceIncludedEventArgs : EventArgs

Constructors

ConfigSourceIncludedEventArgs(FileInfo)

Constructor

Declaration
public ConfigSourceIncludedEventArgs(FileInfo configSource)
Parameters
Type Name Description
System.IO.FileInfo configSource

configuration file that is linked in web.config

Properties

ConfigSource

FileInfo object to the configuration file

Declaration
public FileInfo ConfigSource { get; }
Property Value
Type Description
System.IO.FileInfo

Extension Methods