Click or drag to resize

SQConfigHandlerCreate Method

A custom section handler creates an object of type Cadcorp.Web.UI.FindMyNearest.QueryConfiguration

Namespace:  Cadcorp.Web.UI.FindMyNearest
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent
Type: SystemObject
Parent object
configContext
Type: SystemObject
Configuration context object
section
Type: System.XmlXmlNode
The custom section(XML Node) in the config file that will be processed by the handler

Return Value

Type: Object
The created section handler object.

Implements

IConfigurationSectionHandlerCreate(Object, Object, XmlNode)
See Also