{CompanyName} FlexyGo

PageController..::..SavePageConfig Method

Save the page modules configuration.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult SavePageConfig(
	string PageName,
	string LayoutName,
	string ObjectName,
	ConfigModuleHelper[] Modules
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function SavePageConfig ( _
	PageName As String, _
	LayoutName As String, _
	ObjectName As String, _
	Modules As ConfigModuleHelper() _
) As ActionResult

Parameters

PageName
Type: String
Page Id to reconfigure
LayoutName
Type: String
The new layout name
ObjectName
Type: String
The object name
Modules
Type: array<ConfigModuleHelper>[]()[][]
List of new modules associated to the page.

Return Value

ActionResult.