Returns the identity of the metadata class from which this object is instantiated. If the object is newly created and a non-null value was provided for the classId parameter of the Factory createInstance method by which the object was created, this method returns that non-null value. In all other circumstances the symbolic name of the metadata class is returned.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetClassName As String
C#
string GetClassName()
Visual C++
String^ GetClassName()
JavaScript
function getClassName();

Return Value

A String specifying the name of the class.

ToggleSee Also