Clears tabs and portal cache for the specific portal.

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

Syntax

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

Parameters

portalId
Type: System..::..Int32
The portal id.

See Also