Returns the name of the class from which this object is instantiated.

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