.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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