Persistate API documentation
ExecuteShow Method (execution, parameters)
NamespacesPersistateStandardOperationsExecuteShow(Execution, array<Object>[]()[][])

[This is preliminary documentation and is subject to change.]

Handles the core functionality for the Show operation.
Declaration Syntax
C#
public static ExecutionResult ExecuteShow(
	Execution execution,
	params Object[] parameters
)
Parameters
execution (Execution)
The Execution object created for the Show operation.
parameters (array<Object>[]()[][])
Parameters passed to the show operation. If any are passed, the first should be the Layout to use, and the second should be the Pane name.
Return Value
Remarks
This operation calls the UserInterface.Show method, with the target object, and any supplied Layout and Pane name.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)