Clears the module cache based on the page (tabid)

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

Syntax

C#
void ClearCache(
	int TabId
)
Visual Basic
Sub ClearCache ( 
	TabId As Integer
)

Parameters

TabId
Type: System..::..Int32
The tab id.

See Also