Creates a new object of the specified class.
Namespace:
FileNet.Api.Core
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| 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.