get Module objects of a portal, either only those, to be placed on all tabs or not

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ArrayList GetAllTabsModules(
	int portalID,
	bool allTabs
)
Visual Basic
Public Function GetAllTabsModules ( 
	portalID As Integer,
	allTabs As Boolean
) As ArrayList

Parameters

portalID
Type: System..::..Int32
ID of the portal
allTabs
Type: System..::..Boolean
specify, whether to return modules to be shown on all tabs or those to be shown on specified tabs

Return Value

ArrayList of TabModuleInfo objects

Implements

IModuleController..::..GetAllTabsModules(Int32, Boolean)

See Also