OutlineReload (NotesUIWorkspace - LotusScript®)

Reloads a specified outline.

Note: This method is new with Release 8.

Defined in

NotesUIWorkspace

Syntax

Call notesUIWorkspace .OutlineReload( outlinename$ , databasefilename$ )

Parameters

outlinename$

String. The name of the outline to be reloaded.

databasefilename$

String. The path and file name of the database. The current server is used, or incorporate the server name at the beginning of the path. Use a null string, "", to indicate the current database.

Usage

This method can be used to to redisplay a modified outline after you have edited its design programmatically using the NotesOutline class. Otherwise, you would have to close and reopen the application to see these changes.

Example