Gets all shared modules by the specified Portal with another portals

Namespace: DotNetNuke.Entities.Portals.Data
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
IDataReader GetSharedModulesByPortal(
	PortalInfo portal
)
Visual Basic
Function GetSharedModulesByPortal ( 
	portal As PortalInfo
) As IDataReader

Parameters

portal
Type: DotNetNuke.Entities.Portals..::..PortalInfo
The owner Portal

Return Value

A list of ModuleInfo objects

See Also