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


GetNotebook

Retrieves the notebook part.

ODPart GetNotebook (in ODBoolean create);
create
kODTrue if the notebook should be created if it is not found; otherwise, kODFalse.
return value
The notebook part.
DISCUSSION
This method returns an OpenDoc part of part kind kNotebookManagerKind. If a notebook is not found and the value of the create parameter is kODTrue, this method creates a notebook.

Do not subclass this class.

SEE ALSO
The SetNotebook method (page 375).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996