Autodesk Vault ProfessionalVault API

ShowRestrictions Method

Autodesk.DataManagement.Client.Framework.FormsLibrary

Launches a GUI workflow to display a list of restrictions to the user.

Syntax

public static System.Windows.Forms.DialogResult ShowRestrictions(
   ShowRestrictionsSettings settings
)
Public Shared Function ShowRestrictions( _
   ByVal settings As ShowRestrictionsSettings _
) As System.Windows.Forms.DialogResult

Parameters

NameDescription
settingsContains the restrictions to be displayed as well as options that control the behavior of the GUI.

Return Value

The button clicked by the user.

See Also