DisplayOptions Class Members
In This Topic
The following tables list the members exposed by DisplayOptions.
Public Properties
| Name | Description |
| ClearCacheWhenAppClosing |
Gets and sets whether the display cache will be cleared
automatically when the Pro application is closed.
|
Top
Public Methods
| Name | Description |
| ClearDisplayCacheAsync |
Clears the display cache from the local storage.
This method will close and reopen any project currently opened in order to clear the local storage.
The project should not have any unsaved change when the method is called. If it does, the call
will be a no-op.
|
Top
See Also