Check whether the tab contains "Account Login" module.

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

Syntax

C#
public static bool ValidateLoginTabID(
	int tabId
)
Visual Basic
Public Shared Function ValidateLoginTabID ( 
	tabId As Integer
) As Boolean

Parameters

tabId
Type: System..::..Int32
The tab id.

Return Value

true if the tab contains "Account Login" module, otherwise, false.

See Also