SelectEntitySettings Class Autodesk.DataManagement.Client.Framework.Vault.Forms › Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings
Options for configuring the behavior for the Autodesk.DataManagement.Client.Framework.Vault.Forms.Library.SelectEntity workflow.
Syntax C# Visual Basic
public class SelectEntitySettings Public Class SelectEntitySettings Properties Name Description ActionableEntityClassIds Gets or adds the Entity Class IDs which represent the entities that are being acted on. If empty, then every type of entity is actionable. ActionButtonEnablementRule Gets or sets the chosen rule from SelectEntitySettings.ActionButtonEnablementRules that determines when the action button is enabled. ActionButtonNavigatesContainers Gets or sets if the Action Button should navigate into containers instead of opening them. ClearTextBoxOnNonActionableEntity Gets or sets if the text box should clear its contents when an non-actionable entity is selected. DialogCaption Gets or sets the caption to display in the Select Entity dialog box EntitiesToHide Gets or sets a list of entities that should not be displayed in the Select Entity dialog HelpContext Gets or sets context-specified data that is sent to Autodesk.DataManagement.Client.Framework.Forms.Interfaces.ICustomHelpProvider when the help button is clicked InitialBrowseLocation Gets or sets the initial entity that is being viewed when the Select Entity dialog is launched. If not specified, then the Vault Root ($) will be displayed InitialSelectionText Gets or sets what the inital contents of the text box will be. MultipleSelect Gets or sets whether or not the grid which displays a list of entities to select supports single or multiple selection NavigationPathSettings Gets or sets the settings used to configure the Navigation Path combobox. If null, a default configuration will be used. OptionsExtensibility Gets or sets the Extensibility Options for for the dialog. OptionsWindow Gets the options that can be used to configure the dialogs parent and location PersistenceKey Gets or sets a key that uniquely defines an instance of a Autodesk.DataManagement.Client.Framework.Vault.Forms.Library.SelectEntity workflow. This key will be used to persist GUI settings RestrictNavigation Gets or sets if navigation should be restricted to the InitialBrowseLocation. SelectionTextLabel Gets or sets the label for the text box that displays a list of the selected entities. ShowFolderView Gets or sets whether or not to display folder tree view. ShowHiddenChildren Gets or sets whether or not to display hidden entities in the grid.s
Inheritance Hierarchy System.Object Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings See Also