The ModuleAction type exposes the following members.

Properties

  NameDescription
Public propertyActions
The Actions property allows the user to create a hierarchy of actions, with each action having sub-actions.
Public propertyClientScript
Gets or sets javascript which will be run in the clients browser when the associated Module menu Action is selected. prior to a postback.
Public propertyCommandArgument
A Module Action CommandArgument provides additional information and complements the CommandName.
Public propertyCommandName
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.
Public propertyIcon
Gets or sets the URL for the icon file that is displayed for the given ModuleAction.
Public propertyID
A Module Action ID is a identifier that can be used in a Module Action Collection to find a specific Action.
Public propertyNewWindow
Gets or sets a value that determines if a new window is opened when the DoAction() method is called.
Public propertySecure
Gets or sets the value indicating the SecurityAccessLevel that is required to access this ModuleAction.
Public propertyTitle
Gets or sets the string that is displayed in the Module Menu that represents a given menu action.
Public propertyUrl
Gets or sets the URL to which the user is redirected when the associated Module Menu Action is selected.
Public propertyUseActionEvent
Gets or sets a value that determines if a local ActionEvent is fired when the ModuleAction contains a URL.
Public propertyVisible
Gets or sets whether the current action should be displayed.

See Also