This function is used in Python Scripting.

Description

Triggers a refresh of the page.

Note: This method should not be confused with the refreshBinding component method, which automatically fires a binding on a Perspective component property.

Syntax

system.perspective.refresh([sessionId], [pageId])

  • Parameters

String sessionId - Identifier of the Session to target. If omitted, the current Session will be used automatically. When targeting a different session, then the pageId parameter must be included in the call. [optional]

String pageId - Identifier of the page to target. If omitted, the current Page will be used automatically. [optional]

  • Returns

Nothing

  • Scope

Gateway, Perspective Session

Code Examples
Code Snippet
# This example will refresh the current Perspective page.
system.perspective.refresh()
Keywords

system perspective refresh, perspective.refresh