Save url information for a page (tab)

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

Syntax

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

Parameters

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

See Also