IProtectPathInfo.AllowInNestedFolders Property
Applies to v2.
Gets a value that indicates whether to allow the relative path to match in nested folders (i.e., sub-directories).
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property AllowInNestedFolders As Boolean
Get
'Usage
Dim instance As IProtectPathInfo
Dim value As Boolean
value = instance.AllowInNestedFolders
bool AllowInNestedFolders { get; }
property bool AllowInNestedFolders {
bool get ();
}
abstract AllowInNestedFolders : bool
function get AllowInNestedFolders () : boolean
Property Value
Type: System.Boolean
true if to allow the relative path to match in nested folders; otherwise, false.