The
MyPortal Object Model (MOM) is an vb.net object model developed for easy customization and integration of 3'rd party applications to the
portal of intrasuite 4. This helpfile describes the functionality and
recommended models of working with the object model.
The MOM has the following classes:
Application
The Application object contains classes that for the most returns a list of data (as XML),
for example 'GetPages'.
The Catalog object manages MyPortal folders.
The Intrasuite_MyPortal object contains classes that will convert Intrasuite datatypes.
The Page object manages MyPortal pages.
The PageDisplaytype object manages MyPortal PageDisplaytypes.
The SharedFunctions object contains classes that are used throughout the entire MOM.
The Webpart object manages MyPortal Webpart templates.
The WebpartDisplaytype object manages MyPortal WebpartDisplaytypes.
The WebpartInstance object manages MyPortal WebpartInstances.
The WebpartLinktype object manages MyPortal WebpartLinktypes.
See also: