FORMULA LANGUAGE
Returns the value of the specified component view preference.
Note This @function is new with Release 8.0.1.
Syntax
@GetComponentViewPreference( PreferenceID )
Parameters
PreferenceID
preferenceValue
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.
GetComponentViewPreference method of LotusScript NotesUIWorkspace class
Example