Table of Contents

Enum ButtonUpdatePolicy

Namespace
PolarStudio
Assembly
PolarStudio.dll

This enum is used to set the Update Policy for custom buttons. This update takes place before the custom button action is called.

public enum ButtonUpdatePolicy
Extension Methods

Fields

DiscardChanges = 0

DiscardChanges will discard all updates from the browser when this button is pressed.

QuickUpdate = 1

QuickUpdate will keep the changes from the browser but will not store these in the database.

Update = 2

Update will first update all changes from the browser in the database. When that update is successful, the custom button action is called.