Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberItem


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 return kODTrue if this Cyberdog item has determined the type of data it references. The superclass implementation of the IsResolved method returns kODTrue.

If IsResolved returns kODFalse, the Cyberdog item may not be able to determine the information required for the methods IsDownloadable, IsSecure, GetFileInfo, and GetContentKind.

SEE ALSO
The GetContentKind method (page 234).
The GetFileInfo method (page 234).
The IsDownloadable method (page 239).
The IsSecure method (page 240).
The Resolve method (page 242).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996