Gets or sets the command name that this dialog is associated to.
[Visual Basic]
Public Property CommandName As
String
[C#]
public
String CommandName {get; set;}
Remarks
When a tool bar item is clicked, the editor searches for a dialog whose CommandName value matches the tool bar item's CommandName. If one is found, the dialog is displayed.
See customizing dialogs for more details.
See Also
EditorDialogContent Class | EO.Web Namespace