Click or drag to resize

ControllerStandardDataItemClassIndexOnActionResultPostImport Method

File import implement in method Import in App module. See Import(Stream, String, String)

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
protected virtual ActionResult IndexOnActionResultPostImport(
	ListViewConfig pViewConfig,
	HttpPostedFileBase pFile
)

Parameters

pViewConfig
Type: SOWIData.ManagementListViewConfig
pFile
Type: System.WebHttpPostedFileBase

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWeb.Helper.ControllerStandard`1.IndexOnActionResultPostImport(SOWIData.Management.ListViewConfig,System.Web.HttpPostedFileBase)"]

See Also