C# Class Microsoft.Web.Administration.Configuration

Show file Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Private Properties

Property Type Description
Configuration System
OnCacheInvalidated void

Public Methods

Method Description
GetEffectiveSectionGroup ( ) : SectionGroup
GetLocationPaths ( ) : string[]
GetMetadata ( string metadataType ) : object
GetSection ( string sectionPath ) : ConfigurationSection
GetSection ( string sectionPath, Type type ) : ConfigurationSection
GetSection ( string sectionPath, Type type, string locationPath ) : ConfigurationSection
GetSection ( string sectionPath, string locationPath ) : ConfigurationSection
RemoveLocationPath ( string locationPath ) : void
RenameLocationPath ( string locationPath, string newLocationPath ) : void
SetMetadata ( string metadataType, object value ) : void

Private Methods

Method Description
Configuration ( FileContext fileContext ) : System
OnCacheInvalidated ( ) : void

Method Details

GetEffectiveSectionGroup() public method

public GetEffectiveSectionGroup ( ) : SectionGroup
return SectionGroup

GetLocationPaths() public method

public GetLocationPaths ( ) : string[]
return string[]

GetMetadata() public method

public GetMetadata ( string metadataType ) : object
metadataType string
return object

GetSection() public method

public GetSection ( string sectionPath ) : ConfigurationSection
sectionPath string
return ConfigurationSection

GetSection() public method

public GetSection ( string sectionPath, Type type ) : ConfigurationSection
sectionPath string
type System.Type
return ConfigurationSection

GetSection() public method

public GetSection ( string sectionPath, Type type, string locationPath ) : ConfigurationSection
sectionPath string
type System.Type
locationPath string
return ConfigurationSection

GetSection() public method

public GetSection ( string sectionPath, string locationPath ) : ConfigurationSection
sectionPath string
locationPath string
return ConfigurationSection

RemoveLocationPath() public method

public RemoveLocationPath ( string locationPath ) : void
locationPath string
return void

RenameLocationPath() public method

public RenameLocationPath ( string locationPath, string newLocationPath ) : void
locationPath string
newLocationPath string
return void

SetMetadata() public method

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
return void