Autodesk Vault ProfessionalVault API

SelectEntitySettings.SelectEntityOptionsExtensibility Class

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

Contains extensibility delegates that allow you to extend the functionalty of the dialog.

Syntax

public class SelectEntitySettings.SelectEntityOptionsExtensibility 
Public Class SelectEntitySettings.SelectEntityOptionsExtensibility 

Constructors

NameDescription
SelectEntitySettings.SelectEntityOptionsExtensibility

Properties

NameDescription
CreateFolderGets or sets the delegate that is called by the dialog to create a folder. If this is not provided, the create folder button is not shown.
DoSearchGets or sets the delegate that is called by the dialog to perform search. If this is not provided, the search button is not shown.
GetChildrenGets or sets a delagate that is called to get the children for an entity during the navigation process
GetContextMenuGets or sets the event handler for the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultBrowserControl.GetContextMenu event on the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultBrowserControl contained within the dialog.
GetGridConfigurationGets or sets a delagate that is called to get the grid configuration that should be used for a particular folder. the configuration data for the Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.VaultBrowserControl displayed in the dialog box.
ValidateGets or sets the validation delegate. If provided, this is called when the action button is clicked before the form is closed.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.SelectEntitySettings.SelectEntityOptionsExtensibility

See Also