Mediachase FileUploader.NET 1.9 Framework Help

McHttpModule.IConfigurationSectionHandler.Create Method 

Implemented by all configuration section handlers to parse the XML of the configuration section. The returned object is added to the configuration collection and is accessed by GetConfig.

[Visual Basic]
Function Create( _
   ByVal parent As Object, _
   ByVal configContext As Object, _
   ByVal section As XmlNode _
) As Object Implements _
   IConfigurationSectionHandler.Create
[C#]
object IConfigurationSectionHandler.Create(
   object parent,
   object configContext,
   XmlNode section
);

Parameters

parent
The configuration settings in a corresponding parent configuration section.
configContext
An HttpConfigurationContext when Create is called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is a null reference (Nothing in Visual Basic).
section
The XmlNode that contains the configuration information from the configuration file. Provides direct access to the XML contents of the configuration section.

Return Value

A configuration object.

Implements

IConfigurationSectionHandler.Create

See Also

McHttpModule Class | Mediachase.FileUploader Namespace