ControllerStandardDataItemClassIndexOnActionResultPostRefresh Method | |
This method called from Standard Index (Post Refresh).
Gives a View object with data list configuration by ListViewConfig.
Check Permission by Read and ReadOwner.
Called IndexSetViewBag.
Namespace:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax protected virtual ActionResult IndexOnActionResultPostRefresh(
ListViewConfig pViewConfig
)
Protected Overridable Function IndexOnActionResultPostRefresh (
pViewConfig As ListViewConfig
) As ActionResult
Parameters
- pViewConfig
- Type: SOWIData.ManagementListViewConfig
List View Config from Post
Return Value
Type:
ActionResultA View object with data list configuration by ListViewConfig
See Also