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)
| Visual Basic (Declaration) |
|---|
Function GetClassName As String |
| Visual C++ |
|---|
String^ GetClassName() |
| JavaScript |
|---|
function getClassName(); |
Return Value
A
String specifying the name of the class.