Autodesk Vault ProfessionalVault API

ShowRestrictionsSettings Constructor

Autodesk.DataManagement.Client.Framework.Forms.SettingsShowRestrictionsSettings

Creates an instance of the ShowRestrictionsSettings class.

Syntax

public ShowRestrictionsSettings(
   System.string caption,
   ShowRestrictionsSettings.IconType icon
)
Public Function New( _
   ByVal caption As System.String, _
   ByVal icon As ShowRestrictionsSettings.IconType _
)

Parameters

NameDescription
captionThe title text for the restrictions dialog.
iconThe icon to be displayed on the dialog.

See Also