ProtectPathInfo.AllowInNestedFolders Property
Applies to v2.
Gets a value indicating whether the relative path to match in nested folders (i.e., sub-directories) is allowed.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property AllowInNestedFolders As Boolean
Get
Private Set
'Usage
Dim instance As ProtectPathInfo
Dim value As Boolean
value = instance.AllowInNestedFolders
public bool AllowInNestedFolders { get; private set; }
public:
virtual property bool AllowInNestedFolders {
bool get () sealed;
private: void set (bool value) sealed;
}
abstract AllowInNestedFolders : bool with get, private set
override AllowInNestedFolders : bool with get, private set
final function get AllowInNestedFolders () : boolean
private final function set AllowInNestedFolders (value : boolean)
Property Value
Type: System.Boolean
true if the relative path to match in nested folders is allowed; otherwise, false.
Implements
IProtectPathInfo.AllowInNestedFolders