Show / Hide Table of Contents

Interface IDataService

Namespace: DotNetNuke.Entities.Portals.Data
Assembly: DotNetNuke.dll
Syntax
public interface IDataService

Methods

AddPortalGroup(PortalGroupInfo, int)

Declaration
int AddPortalGroup(PortalGroupInfo portalGroup, int createdByUserId)
Parameters
Type Name Description
PortalGroupInfo portalGroup
int createdByUserId
Returns
Type Description
int

DeletePortalGroup(PortalGroupInfo)

Declaration
void DeletePortalGroup(PortalGroupInfo portalGroup)
Parameters
Type Name Description
PortalGroupInfo portalGroup

GetPortalGroups()

Declaration
IDataReader GetPortalGroups()
Returns
Type Description
IDataReader

GetSharedModulesByPortal(PortalInfo)

Declaration
IDataReader GetSharedModulesByPortal(PortalInfo portal)
Parameters
Type Name Description
PortalInfo portal
Returns
Type Description
IDataReader

GetSharedModulesWithPortal(PortalInfo)

Declaration
IDataReader GetSharedModulesWithPortal(PortalInfo portal)
Parameters
Type Name Description
PortalInfo portal
Returns
Type Description
IDataReader

UpdatePortalGroup(PortalGroupInfo, int)

Declaration
void UpdatePortalGroup(PortalGroupInfo portalGroup, int lastModifiedByUserId)
Parameters
Type Name Description
PortalGroupInfo portalGroup
int lastModifiedByUserId

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS