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


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

Syntax

Visual Basic (Declaration)
Function GetClassName() As String
C#
string GetClassName()
C++
String GetClassName() abstract 
J#
string GetClassName()
JScript
function GetClassName() : String

Return Value

A String specifying the name of the class.

See Also