Autodesk Vault ProfessionalVault API

ShowRestrictionsSettings.IconType Enumeration

Autodesk.DataManagement.Client.Framework.FormsAutodesk.DataManagement.Client.Framework.Forms.Settings

Describes the different icons available to display on the Restrictions dialog.

Syntax

public enum ShowRestrictionsSettings.IconType : System.Enum 
Public Enum ShowRestrictionsSettings.IconType
   Inherits System.Enum

Members

MemberDescription
ErrorThe standard Windos error icon, an X in a red circle.
InfoThe standard Windows information icon, a lower-case I in a blue circle.
WarningThe standard Windows warning icon, an exclamation mark in a yellow triangle.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Forms.Settings.ShowRestrictionsSettings.IconType

See Also