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 |
Remarks
An example would be deleting a group of files where some of them are checked out. With continuation, the restrictions dialog could ask the user if they want to continue the delete operation with the unrestricted (not checked-out) files.