Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Controllers.ModuleSelectionController.GetPackageModulesDesignedFromGuid Method

Returns data to replace a dropdownlist's data with existing designed modules given a module guid.

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

Syntax

public Task<ActionResult> GetPackageModulesDesignedFromGuid( Guid modGuid );

Parameters

modGuid

(not specified)

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