Programmer's Guide:
Using Folder Pages, Note Pages, and Links
Working with Folder Pages
Folder Pages are the most full-featured types of container objects in
SAAPI. Besides offering basic containment capabilities through the IERUContainer
interface, they also support routing
through IERURoutingSource. You can tell eRoom to treat all Files in a
Folder Page as a single group by specifying the erCreateOptBundleFiles
flag in the CreateOptions parameter when calling CreateFolderPage.
Use the Description property to
get or set the rich text description of the folder. Use ShowTopic
to indicate whether the embedded topic is displayed in the user interface.
Working with Note Pages
Note Pages are very similar to Folder Pages, except the rich text description
of the page is not optional, but the attachment box is. Use the Description
property of IERUNotePage to get or set the rich text description. The
ShowAttachments and ShowTopic properties control the display of the attachments
box and the embedded topic.
Working with Links
Links are simple objects that refer to other Web pages. A Link can refer
to anything identifiable by a URL, including eRoom pages for Facilities,
Rooms, or Principal Items, or other Web resources that have nothing to
do with eRoom. The target URL of a Link object is specified via the TargetURL property in the IERULink interface.
|