Important: The information in this document is obsolete and should not be used for new development.
IsResolved
Tests whether this Cyberdog item is resolved.
ODBoolean IsResolved ();
- return value
kODTrue
if the Cyberdog item is resolved; otherwise,kODFalse
.DISCUSSION
For some protocols such as HTTP, a Cyberdog item must interact with the network before it can determine the type of the data it references. This method should returnkODTrue
if this Cyberdog item has determined the type of data it references. The superclass implementation of theIsResolved
method returnskODTrue
.If
IsResolved
returnskODFalse
, the Cyberdog item may not be able to determine the information required for the methodsIsDownloadable
,IsSecure
,GetFileInfo
, andGetContentKind
.SEE ALSO
TheGetContentKind
method (page 234).
TheGetFileInfo
method (page 234).
TheIsDownloadable
method (page 239).
TheIsSecure
method (page 240).
TheResolve
method (page 242).