Returns True when this identity is an ID (GUID), as it would be if resolved by the server.

Some factory methods instantiate an object using a name or a path and do not make a round-trip to the server (referred to as "fetchless instantiation"). If an object reference exists as a result of a call to one of these factory methods, this method returns False, indicating that there is no ID known to the API (that is, the reference is not "resolved"). If the object was instantiated with a method that persists the object to the object store immediately, or the object has been explicitly saved, this method returns True.


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

Syntax

Visual Basic (Declaration)
Function IsResolved() As Boolean
C#
bool IsResolved()
C++
bool IsResolved() abstract 
J#
bool IsResolved()
JScript
function IsResolved() : bool

Return Value

True when the object identity is an ID (GUID); returns False when the object is referred to by name or path.

See Also