Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Controllers.ModuleSelectionController.GetPackageModulesNew Method

Returns data to replace a dropdownlist's data with new modules given a package name.

Class: YetaWF.Modules.ComponentsHTML.Controllers.ModuleSelectionController
Namespace: YetaWF.Modules.ComponentsHTML.Controllers
Assembly: YetaWF.ComponentsHTML

Syntax

public ActionResult GetPackageModulesNew( string areaName );

Parameters

areaName

The area name of the package.

Return Value

JSON containing a data source to update the dropdownlist. Used in conjunction with client-side code and the ModuleSelection template.

See Also YetaWF.Modules.ComponentsHTML.Controllers.ModuleSelectionController ClassYetaWF.ComponentsHTML PackageYetaWF.Core