Click or drag to resize

HomeControllerActionGetEnumValues Method

Return the list of values for a Enumerated list with a filter for a report execution

Namespace: SealWebServer.Controllers
Assembly: SealWebServer (in SealWebServer.exe) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
public ActionResult ActionGetEnumValues(
	string execution_guid,
	string enum_id,
	string filter,
	string sessionId
)

Parameters

execution_guid  String
 
enum_id  String
 
filter  String
 
sessionId  String
 

Return Value

ActionResult
See Also