Autodesk Vault ProfessionalVault API

ShowRestrictionsSettings Class

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

Options for configuring the Autodesk.DataManagement.Client.Framework.Forms.Library.ShowRestrictions workflow.

Syntax

public class ShowRestrictionsSettings 
Public Class ShowRestrictionsSettings 

Constructors

NameDescription
ShowRestrictionsSettingsCreates an instance of the ShowRestrictionsSettings class.

Properties

NameDescription
GridLabelGets or sets the label that is displayed above the list of restrictions.
ReasonColumnCaptionGets or sets the caption for the column which displays the restrictionReason. Should not null or empty to show the column.
RestrictedObjectNameColumnCaptionGets or sets the caption for the column which displays the name of the restricted object
RestrictionColumnCaptionGets or sets the cpation for the column which displays the restrction
RestrictionsGets the collection of restrictions that the dialog has been provided.
ShowDetailsAreaGets or sets if the dialog is expanded to show the list of restrictions.

Methods

NameDescription
AddRestrictionAdds a restriction to the collection of restrictions displayed by the dialog.
AllowContinuationConfigures 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.
AllowOverrideConfigues the GUI for override mode, and allows a question to be provided. Override mode is designed to let the user complete an operation that would normally be blocked by a restriction.
SetDescriptionSets the description that is displayed on the main part of the dialog. If all the restrictions affect the same object, the singular description will be used. Otherwise the dialog falls back to the multiple description.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Forms.Settings.ShowRestrictionsSettings

See Also