summaryM:DotNetNuke.Web.Components.Controllers.IControlBarController.GetCategoryDesktopModules(System.Int32,System.String,System.String)

Namespace: DotNetNuke.Web.Components.Controllers
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
IEnumerable<KeyValuePair<string, PortalDesktopModuleInfo>> GetCategoryDesktopModules(
	int portalId,
	string category,
	string searchTerm = ""
)
Visual Basic
Function GetCategoryDesktopModules ( 
	portalId As Integer,
	category As String,
	Optional searchTerm As String = ""
) As IEnumerable(Of KeyValuePair(Of String, PortalDesktopModuleInfo))

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Web.Components.Controllers.IControlBarController.GetCategoryDesktopModules(System.Int32,System.String,System.String)
category
Type: System..::..String
paramcategoryM:DotNetNuke.Web.Components.Controllers.IControlBarController.GetCategoryDesktopModules(System.Int32,System.String,System.String)
searchTerm
Type: System..::..String
paramsearchTermM:DotNetNuke.Web.Components.Controllers.IControlBarController.GetCategoryDesktopModules(System.Int32,System.String,System.String)

Return Value

returnsM:DotNetNuke.Web.Components.Controllers.IControlBarController.GetCategoryDesktopModules(System.Int32,System.String,System.String)

See Also