This checks to see if the folder is a protected type of folder

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by PathUtils.Instance.IsDefaultProtectedPath(string folderPath) ")]
public static bool DefaultProtectedFolders(
	string folderPath
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.  It has been replaced by PathUtils.Instance.IsDefaultProtectedPath(string folderPath) ")> 
Public Shared Function DefaultProtectedFolders ( 
	folderPath As String
) As Boolean

Parameters

folderPath
Type: System..::..String
String

Return Value

Boolean

Remarks