Returns the class name of the object represented by this identity.

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

ToggleSyntax

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

Return Value

A String containing the class name.

ToggleSee Also