Freigeben über


IProtectPathInfo.AllowInNestedFolders-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft einen Wert ab, der angibt, ob der relative Pfad in geschachtelten Ordnern (z. B. Unterverzeichnissen) übereinstimmen darf.

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

Eigenschaftswert

Typ: System.Boolean
true , wenn der relative Pfad in geschachtelten Ordnern übereinstimmen darf, andernfalls false.

Siehe auch

Verweis

IProtectPathInfo Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace