SelectEntitySettings.SelectEntityOptionsExtensibility Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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
| Name | Description |
|---|---|
| SelectEntitySettings.SelectEntityOptionsExtensibility |
Properties
| Name | Description |
|---|---|
| CreateFolder | Gets 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. |
| DoSearch | Gets or sets the delegate that is called by the dialog to perform search. If this is not provided, the search button is not shown. |
| GetChildren | Gets or sets a delagate that is called to get the children for an entity during the navigation process |
| GetContextMenu | Gets 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. |
| GetGridConfiguration | Gets 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. |
| Validate | Gets 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