Important: The information in this document is obsolete and should not be used for new development.
AddCyberItemsToNotebook
Adds a set of Cyberdog items to this notebook.
void AddCyberItemsToNotebook (in CyberItemList items);
items
- The
CyberItem
objects to be added.DISCUSSION
This method should add a set of Cyberdog items to the notebook. The method displays a dialog that prompts the user for a notebook. You could override this method, for example, to display a different dialog box.You should not call this method directly. To add Cyberdog items to the notebook, you should call
CyberSession::AddCyberItemsToNotebook
, which calls this method.If you subclass
CyberNotebookExtension
, you must override this method. Your override must not call its inherited method; that is, your override method must implement this method's functionality completely.SEE ALSO
TheAddCyberItemToNotebook
method (page 264).
TheCyberSession::AddCyberItemsToNotebook
method (page 351).