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 / CyberSession


IsInCyberDraft

Tests whether the specified persistent object is stored in the Cyberdog session document's draft.

ODBoolean IsInCyberDraft (in ODPersistentObject object);
object
The object to test.
return value
kODTrue if the given object is stored in a storage unit of the Cyberdog session document's draft; otherwise, kODFalse.
DISCUSSION
You should call this method to determine whether a persistent object is stored in the Cyberdog session document. You should not call GetCyberDraft for this purpose; GetCyberDraft creates the draft if it is not there.

Do not subclass this class.

SEE ALSO
The GetCyberDraft method (page 361).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996