PlugInConfigurationSectionHandlerCreate Method

Definition

Namespace: FileHold.Common
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.1.0.0
C#
public Object Create(
	Object parent,
	Object configContext,
	XmlNode section
)

Parameters

parent  Object
 
configContext  Object
 
section  XmlNode
 

Return Value

Object

Implements

IConfigurationSectionHandlerCreate(Object, Object, XmlNode)

See Also