summaryM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)

Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
[HttpGetAttribute]
[DnnPageEditorAttribute]
public HttpResponseMessage GetPortalDesktopModules(
	string category,
	int loadingStartIndex,
	int loadingPageSize,
	string searchTerm,
	string excludeCategories = "",
	bool sortBookmarks = false,
	string topModule = ""
)
Visual Basic
<HttpGetAttribute> 
<DnnPageEditorAttribute> 
Public Function GetPortalDesktopModules ( 
	category As String,
	loadingStartIndex As Integer,
	loadingPageSize As Integer,
	searchTerm As String,
	Optional excludeCategories As String = "",
	Optional sortBookmarks As Boolean = false,
	Optional topModule As String = ""
) As HttpResponseMessage

Parameters

category
Type: System..::..String
paramcategoryM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)
loadingStartIndex
Type: System..::..Int32
paramloadingStartIndexM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)
loadingPageSize
Type: System..::..Int32
paramloadingPageSizeM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)
searchTerm
Type: System..::..String
paramsearchTermM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)
excludeCategories
Type: System..::..String
paramexcludeCategoriesM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)
sortBookmarks
Type: System..::..Boolean
paramsortBookmarksM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)
topModule
Type: System..::..String
paramtopModuleM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)

Return Value

returnsM:DotNetNuke.Web.InternalServices.ControlBarController.GetPortalDesktopModules(System.String,System.Int32,System.Int32,System.String,System.String,System.Boolean,System.String)

See Also