Krystalware
SlickUpload logo

Create Method (parent, configContext, section)

Creates an StatusManagerConfigurationSection for the specified configuration section.

Declaration Syntax

C#

public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Visual Basic

Public Function Create ( _
	parent As Object, _
	configContext As Object, _
	section As XmlNode _
) As Object

Parameters

parent– (Object)
The configuration settings in a corresponding parent configuration section.
configContext– (Object)
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– (XmlNode)
The XmlNode that contains the configuration information from the configuration file. Provides direct access to the XML contents of the configuration section.

Return Value

Assembly: Krystalware.SlickUpload, Version: 4.0