The ModuleAction type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Actions |
The Actions property allows the user to create a hierarchy of actions, with
each action having sub-actions.
| |
| ClientScript |
Gets or sets javascript which will be run in the clients browser
when the associated Module menu Action is selected. prior to a postback.
| |
| CommandArgument |
A Module Action CommandArgument provides additional information and
complements the CommandName.
| |
| CommandName |
A Module Action CommandName represents a string used by the ModuleTitle to notify
the parent module that a given Module Action was selected in the Module Menu.
| |
| Icon |
Gets or sets the URL for the icon file that is displayed for the given
ModuleAction.
| |
| ID |
A Module Action ID is a identifier that can be used in a Module Action Collection
to find a specific Action.
| |
| NewWindow |
Gets or sets a value that determines if a new window is opened when the
DoAction() method is called.
| |
| Secure |
Gets or sets the value indicating the SecurityAccessLevel that is required
to access this ModuleAction.
| |
| Title |
Gets or sets the string that is displayed in the Module Menu
that represents a given menu action.
| |
| Url |
Gets or sets the URL to which the user is redirected when the
associated Module Menu Action is selected.
| |
| UseActionEvent |
Gets or sets a value that determines if a local ActionEvent is fired when the
ModuleAction contains a URL.
| |
| Visible |
Gets or sets whether the current action should be displayed.
|