Returns a flag indicating whether the current user can see a page in a navigation object

Namespace: DotNetNuke.Security.Permissions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual bool CanNavigateToPage(
	TabInfo tab
)
Visual Basic
Public Overridable Function CanNavigateToPage ( 
	tab As TabInfo
) As Boolean

Parameters

tab
Type: DotNetNuke.Entities.Tabs..::..TabInfo
The page

Return Value

A flag indicating whether the user has permission

See Also