Persistate API documentation
ExecutesInUi Property
NamespacesPersistateOperationExecutesInUi

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

Indicates whether this Operation executes in a user interface Module.
Declaration Syntax
C#
public bool ExecutesInUi { get; set; }
Remarks
If this is false, the operation executes in the Controller Module. In a Viewer-Server setup, it will execute in the Server. If this is true, then it executes in the user interface Module. In a Viewer-Server setup, it will execute in the Viewer. This is intended for operations which are limited to changes to the user interface and which do not affect persistent objects, or have any requirements for security checking.

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