List View Actions
UIOMaticAction Attribute
[UIOMaticAction("export", "Export", "~/App_Plugins/UIOMaticAddons/export.html", Icon = "icon-document-dashed-line")]
public class ExportAction { }ListActions Parameter on the UIOMatic attribute
ListViewActions = new[]{ typeof(ExportAction)}Result

Complete Example
Last updated