summaryM:DotNetNuke.Entities.Portals.Data.DataService.GetSharedModulesWithPortal(DotNetNuke.Entities.Portals.PortalInfo)

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

Syntax

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

Parameters

portal
Type: DotNetNuke.Entities.Portals..::..PortalInfo
paramportalM:DotNetNuke.Entities.Portals.Data.DataService.GetSharedModulesWithPortal(DotNetNuke.Entities.Portals.PortalInfo)

Return Value

returnsM:DotNetNuke.Entities.Portals.Data.DataService.GetSharedModulesWithPortal(DotNetNuke.Entities.Portals.PortalInfo)

Implements

IDataService..::..GetSharedModulesWithPortal(PortalInfo)

See Also