Returns whether an object is instantiated from a class or subclass identified by a
given class name or GUID string (true) or not (false). Class descriptions
are fetched from the server and added to the metadata cache as needed.
Namespace:
FileNet.Api.Meta
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Function ObjectIsOfClass ( _
eo As IEngineObject, _
classIdent As String _
) As Boolean |
Visual C++ |
---|
bool ObjectIsOfClass(
IEngineObject^ eo,
String^ classIdent
) |
JavaScript |
---|
function objectIsOfClass(eo, classIdent); |
Return Value
True if the object specified by
eo is instantiated from the
class specified by
classIdent; otherwise, returns
false.