LOTUSSCRIPT/COM/OLE CLASSES


GetComponentViewPreference method
Example

Returns the value of the specified component view preference.

Note This property is new with Release 8.0.1.

Defined in

NotesUIWorkspace

Syntax

Set preferenceValue = notesUIWorkspace.GetComponentViewPreference(PreferenceID)

Return value

preferenceValue


Usage

This method is only valid in the Notes client.

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

The following are some common component view preference IDs.

Language cross-reference

@GetComponentViewPreference function in formula language

Example