Intrasuite Help » MyPortal Object Model

MyPortal Object Model


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'.

 

Catalog

The Catalog object manages MyPortal folders.

 

Intrasuite_myportal

The Intrasuite_MyPortal object contains classes that will convert Intrasuite datatypes.

 

Page

The Page object manages MyPortal pages.

 

PageDisplaytype

The PageDisplaytype object manages MyPortal PageDisplaytypes.

 

SharedFunctions

The SharedFunctions object contains classes that are used throughout the entire MOM.

 

Webpart

The Webpart object manages MyPortal Webpart templates.

 

WebpartDisplaytype

The WebpartDisplaytype object manages MyPortal WebpartDisplaytypes.

 

WebpartInstance

The WebpartInstance object manages MyPortal WebpartInstances.

 

WebpartLinktype

The WebpartLinktype object manages MyPortal WebpartLinktypes.

 

See also: