Click or drag to resize

SingleSearchConfigHandlerCreate Method

Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.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
Section XML node.

Return Value

Type: Object
A configuration object.

Implements

IConfigurationSectionHandlerCreate(Object, Object, XmlNode)
See Also