Click or drag to resize
RedirectAfterInsertionAction Constructor
Initializes a new instance of the RedirectAfterInsertionAction class

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public RedirectAfterInsertionAction(
	string sessionTable,
	NameValueCollection conf
)

Parameters

sessionTable
Type: SystemString

[Missing <param name="sessionTable"/> documentation for "M:Activsoft.Dashboard.RedirectAfterInsertionAction.#ctor(System.String,System.Collections.Specialized.NameValueCollection)"]

conf
Type: System.Collections.SpecializedNameValueCollection

[Missing <param name="conf"/> documentation for "M:Activsoft.Dashboard.RedirectAfterInsertionAction.#ctor(System.String,System.Collections.Specialized.NameValueCollection)"]

See Also