UniGridActionsGetAction Method |
Note: This API is now obsolete.
Returns UniGrid action with specified name.
Namespace: CMS.UIControls.UniGridConfigAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax [ObsoleteAttribute("Use UniGridActions.GetActionByName instead.")]
public Action GetAction(
string name
)
Parameters
- name
- Type: SystemString
Name of the action to be returned
Return Value
Type:
ActionSee Also