Creates a new object of the specified class.

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

ToggleSyntax

Visual Basic (Declaration)
Function CreateObject ( _
	classIdent As String _
) As IIndependentObject
C#
IIndependentObject CreateObject(
	string classIdent
)
Visual C++
IIndependentObject^ CreateObject(
	String^ classIdent
)
JavaScript
function createObject(classIdent);

Parameters

classIdent
Type: System..::.String
The class name of which this object will be an instance.

Return Value

An object reference of the requested type.

ToggleSee Also