Returns a flag indicating whether the current user can browse the folder

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

Syntax

C#
public virtual bool CanBrowseFolder(
	FolderInfo folder
)
Visual Basic
Public Overridable Function CanBrowseFolder ( 
	folder As FolderInfo
) As Boolean

Return Value

A flag indicating whether the user has permission

See Also