PortalRegistry Class Properties

In this section, we discuss the PortalRegistry class properties. The properties are discussed in alphabetical order.

Description

This property returns or sets the name of the default template for this PortalRegistry object as a string.

If you delete a template for a content reference, and none of the other content references on a page have a template, the default template specified with the Node is used. If there's no template for the Node, the template specified with this property is used.

To return a reference to the content reference that contains the template specified by this property, use the TemplateObject property.

Note: If you change the Default Template for a portal, the template won't take effect until you close all the existing browser windows with the session and open a new browser window.

This property takes only the first 30 characters of a value. If you specify a value longer than 30 characters, the remaining characters are ignored.

This property is read/write.

Related Links

TemplateObject

Description

This property returns or sets the description of this PortalRegistry object as a string

The length of this property is 256 characters.

This property is read/write.

Description

This property returns a reference to the Favorites Collection for the current end-user.

This property is read-only.

Related Links

Favorite Collection

Description

This property specifies the content reference name to be used for the folder navigation object. When the folder navigation is tunred on, this content reference is displayed as the folder navigation homepage. This property takes a string value.

This property is read/write.

Description

This property returns a reference to the Homepage for the current end-user.

This property is read-only.

Description

This property specifies if there is folder navigation. When the folder navigation is turned on, the user can see a folder homepage when clicked on the folder in the lefthand navigation menu. This property takes a Boolean value: true if folder navigation is on, false otherwise.

This property is read/write.

Description

Use the LandingPage property to return a reference to a UserHomepage object representing the current fluid homepage for the current user.

This property is read-only.

Important! Use this property within fluid applications only.

Description

Use the LandingTabDefinitions property to return a reference to a TabDefinitions collection that contains all the fluid homepage definitions for the current user for the current portal.

This property is read-only.

Important! Use this property within fluid applications only.

Description

This property returns the name of the PortalRegistry object as a string.

The length of this property is 30 characters.

This property is read-only.

Description

This property returns a reference to a NodeTemplate Collection. This property can be used with a closed portal registry, that is, before you open it with the Open method.

This property is read-only.

Description

This property returns or sets the owner ID of the PortalRegistry object as a string.

This property is read/write.

Description

This property returns a reference to a PageletCategories Collection that contains all the PageletCategories for a portal.

This property is read-only.

Description

This property returns a reference to a Portal collection that contains references to all the portals in the database.

This property is read-only.

Related Links

Portal Collection

Description

This property returns the root folder object for this PortalRegistry object.

This property is read-only.

Description

This property returns reference to a TabDefinitions Collection that contains all the TabDefinitions for a portal.

This property is read-only.

Description

This property returns a reference to a content reference object that contains the template specified by the DefaultTemplate property. If no template is specified with DefaultTemplate, this property returns Null.

This property is read-only.

Related Links

DefaultTemplate