summaryM:DotNetNuke.Entities.Modules.DesktopModuleController.RemoveDesktopModuleFromPortal(System.Int32,System.Int32,System.Boolean)

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

Syntax

C#
public static void RemoveDesktopModuleFromPortal(
	int portalId,
	int desktopModuleId,
	bool clearCache
)
Visual Basic
Public Shared Sub RemoveDesktopModuleFromPortal ( 
	portalId As Integer,
	desktopModuleId As Integer,
	clearCache As Boolean
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Modules.DesktopModuleController.RemoveDesktopModuleFromPortal(System.Int32,System.Int32,System.Boolean)
desktopModuleId
Type: System..::..Int32
paramdesktopModuleIdM:DotNetNuke.Entities.Modules.DesktopModuleController.RemoveDesktopModuleFromPortal(System.Int32,System.Int32,System.Boolean)
clearCache
Type: System..::..Boolean
paramclearCacheM:DotNetNuke.Entities.Modules.DesktopModuleController.RemoveDesktopModuleFromPortal(System.Int32,System.Int32,System.Boolean)

See Also