Gets all shared modules with the specified Portal by another owner portals

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

Syntax

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

Parameters

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

Return Value

A list of ModuleInfo objects

See Also