AllowContinuation Method
Configures the GUI for continuation mode, and allows a question to be provided. Continuation mode is designed to let the user complete a batch operation when only some of the entities are affected by restrictions.
Syntax
public void AllowContinuation(
System.string continueQuestion,
System.bool allowCancel
)Public Sub AllowContinuation( _
ByVal continueQuestion As System.String, _
Optional ByVal allowCancel As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| continueQuestion | A question to be displayed below the description set by SetDescription |
| allowCancel | Optional paramenter that adds a "Cancel" button in addition to Yes/No |