FORMULA LANGUAGE


@GetComponentViewPreference
Example

Returns the value of the specified component view preference.

Note This @function is new with Release 8.0.1.

Syntax

@GetComponentViewPreference( PreferenceID )

Parameters

PreferenceID


Return value

preferenceValue


Usage

This @function is only valid in the Notes client.

If the PreferenceID cannot be found, @ERROR is returned. The Error string is "Specified view preference is unavailable".

The following are some common component view preference IDs.

com.ibm.portal.app.input.file
com.ibm.portal.app.input.name
com.ibm.rcp.extensionType
com.ibm.rcp.id
com.ibm.rcp.moveable
com.ibm.rcp.objectId
com.ibm.rcp.ratio
com.ibm.rcp.showTitle
com.ibm.rcp.standalone
com.ibm.rcp.title
com.ibm.rcp.viewId
com.ibm.rcp.visible
notesurl
portletname
portletwindowid

Language Cross-Reference

GetComponentViewPreference method of LotusScript NotesUIWorkspace class


Example