Creates an object used for FileNet configuration.

Namespace:  FileNet.Api.Util
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Function Create ( _
	parent As Object, _
	context As Object, _
	node As XmlNode _
) As Object
C#
public Object Create(
	Object parent,
	Object context,
	XmlNode node
)
Visual C++
public:
virtual Object^ Create(
	Object^ parent, 
	Object^ context, 
	XmlNode^ node
) sealed
JavaScript
function create(parent, context, node);

Parameters

parent
Type: System..::.Object
The parent object for the created object.
context
Type: System..::.Object
The context to use for the created object.
node
Type: System.Xml..::.XmlNode
The XML node containing configuration settings for the object.

Return Value

Implements

IConfigurationSectionHandler..::.Create(Object, Object, XmlNode)

ToggleSee Also