Returns the type of URl (T=other tab, F=file, U=URL, N=normal)

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

Syntax

C#
public static TabType GetURLType(
	string URL
)
Visual Basic
Public Shared Function GetURLType ( 
	URL As String
) As TabType

Parameters

URL
Type: System..::..String
The url

Return Value

The url type

Remarks