GenerateTabPath generates the TabPath used in Friendly URLS

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GenerateTabPath(
	int parentId,
	string tabName
)
Visual Basic
Public Shared Function GenerateTabPath ( 
	parentId As Integer,
	tabName As String
) As String

Parameters

parentId
Type: System..::..Int32
The Id of the Parent Tab
tabName
Type: System..::..String
The Name of the current Tab

Return Value

The TabPath

Remarks