ProtectPathInfo-Konstruktor
Die folgenden Ausführungen gelten für v2.
Initialisiert eine neue Instanz der ProtectPathInfo-Klasse.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Sub New ( _
relativePath As String, _
allowChanges As Boolean, _
allowInNestedFolders As Boolean _
)
'Usage
Dim relativePath As String
Dim allowChanges As Boolean
Dim allowInNestedFolders As Boolean
Dim instance As New ProtectPathInfo(relativePath, _
allowChanges, allowInNestedFolders)
public ProtectPathInfo(
string relativePath,
bool allowChanges,
bool allowInNestedFolders
)
public:
ProtectPathInfo(
String^ relativePath,
bool allowChanges,
bool allowInNestedFolders
)
new :
relativePath:string *
allowChanges:bool *
allowInNestedFolders:bool -> ProtectPathInfo
public function ProtectPathInfo(
relativePath : String,
allowChanges : boolean,
allowInNestedFolders : boolean
)
Parameter
relativePath
Typ: System.StringDer relative Pfad des Ordners oder der Datei.
allowChanges
Typ: System.Booleantrue, wenn Änderungen am Ordner oder der Datei zulässig sind, andernfalls false.
allowInNestedFolders
Typ: System.Booleantrue, wenn der relative Pfad in geschachtelten Ordnern übereinstimmen darf, andernfalls false.