Checks if a folder is a default protected folder.
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public virtual bool IsDefaultProtectedPath( string folderPath ) |
| Visual Basic |
|---|
Public Overridable Function IsDefaultProtectedPath ( folderPath As String ) As Boolean |
Parameters
- folderPath
- Type: System..::..String
The folder path.