check whether have conflict between tab path and portal alias.

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

Syntax

C#
public static bool IsDuplicateWithPortalAlias(
	int portalId,
	string tabPath
)
Visual Basic
Public Shared Function IsDuplicateWithPortalAlias ( 
	portalId As Integer,
	tabPath As String
) As Boolean

Parameters

portalId
Type: System..::..Int32
portal id.
tabPath
Type: System..::..String
tab path.

Return Value

returnsM:DotNetNuke.Entities.Tabs.TabController.IsDuplicateWithPortalAlias(System.Int32,System.String)

See Also