summaryM:DotNetNuke.Entities.Urls.FriendlyUrlController.GetTabs(System.Int32,System.Boolean)

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

Syntax

C#
public static Dictionary<int, TabInfo> GetTabs(
	int portalId,
	bool includeStdUrls
)
Visual Basic
Public Shared Function GetTabs ( 
	portalId As Integer,
	includeStdUrls As Boolean
) As Dictionary(Of Integer, TabInfo)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Entities.Urls.FriendlyUrlController.GetTabs(System.Int32,System.Boolean)
includeStdUrls
Type: System..::..Boolean
paramincludeStdUrlsM:DotNetNuke.Entities.Urls.FriendlyUrlController.GetTabs(System.Int32,System.Boolean)

Return Value

returnsM:DotNetNuke.Entities.Urls.FriendlyUrlController.GetTabs(System.Int32,System.Boolean)

See Also