Checks if a folder is a default protected folder.
Namespace: DotNetNuke.Common.UtilitiesAssembly: 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.