Click or drag to resize

HomeControllerActionExecuteFromTrigger Method

Execute a report and parse the views involved when triggered from a Restrictions View

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public ActionResult ActionExecuteFromTrigger(
	string execution_guid,
	string form_id
)

Parameters

execution_guid  String
 
form_id  String
 

Return Value

ActionResult
See Also