Delete a taburl

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

Syntax

C#
void DeleteTabUrl(
	TabUrlInfo tabUrl,
	int portalId,
	bool clearCache
)
Visual Basic
Sub DeleteTabUrl ( 
	tabUrl As TabUrlInfo,
	portalId As Integer,
	clearCache As Boolean
)

Parameters

tabUrl
Type: DotNetNuke.Entities.Tabs..::..TabUrlInfo
the taburl
portalId
Type: System..::..Int32
the portal
clearCache
Type: System..::..Boolean
whether to clear the cache

See Also