Autodesk Vault ProfessionalVault API

AllowContinuation Method

Autodesk.DataManagement.Client.Framework.Forms.SettingsShowRestrictionsSettings

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

NameDescription
continueQuestionA question to be displayed below the description set by SetDescription
allowCancelOptional paramenter that adds a "Cancel" button in addition to Yes/No

See Also