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
kODTrueif 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 returnkODTrueif this Cyberdog item has determined the type of data it references. The superclass implementation of theIsResolvedmethod returnskODTrue.If
IsResolvedreturnskODFalse, the Cyberdog item may not be able to determine the information required for the methodsIsDownloadable,IsSecure,GetFileInfo, andGetContentKind.SEE ALSO
TheGetContentKindmethod (page 234).
TheGetFileInfomethod (page 234).
TheIsDownloadablemethod (page 239).
TheIsSecuremethod (page 240).
TheResolvemethod (page 242).