LOTUSSCRIPT/COM/OLE CLASSES
Reloads a specified outline.
Note This method is new with Release 8.
Defined in
NotesUIWorkspace
Syntax
Call notesUIWorkspace.OutlineReload( outlinename$, databasefilename$ )
Parameters
outlinename$
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