Clears tabs and portal cache for the specific portal.

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

Syntax

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

Parameters

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

Implements

ITabController..::..ClearCache(Int32)

See Also