Checks if a folder is a default protected folder.

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

Syntax

C#
bool IsDefaultProtectedPath(
	string folderPath
)
Visual Basic
Function IsDefaultProtectedPath ( 
	folderPath As String
) As Boolean

Parameters

folderPath
Type: System..::..String
The folder path.

Return Value

True if the folderPath is a default protected folder. False otherwise.

See Also