| |
IERUPrincipalItemSAAPI uses the term Principal Item to refer to the objects that appear inside item boxes in the eRoom user interface. These include objects that can be created in the eRoom user interface when you click on the Create button in the toolbar (Folder Page, Inbox Page, Discussion Page, Database Page, Database Row Page, Calendar Page, Calendar Event Page, Note Page, Poll Page, File, and Link), as well as a few that are created indirectly (Mail Page and Version Page). All Principal Items are Items, but not all Items are Principal Items. Principal Items have a common set of features that are exposed through the IERUPrincipalItem interface. Many of the properties in IERUPrincipalItem are accessible to members even if they do not have "Can Open" access to the Principal Item. These properties are: ColumnPosition, Icon, Path, RowPosition, and URL. All other properties and methods return EROOM_E_ACCESSDENIED if the logged in member does not have "Can Open" access to the Principal Item. |
Home |