Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Provides properties for specifying information about protected paths.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IProtectPathInfo
'Usage
Dim instance As IProtectPathInfo
public interface IProtectPathInfo
public interface class IProtectPathInfo
type IProtectPathInfo = interface end
public interface IProtectPathInfo
The IProtectPathInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AllowChanges | Gets a value that indicates whether the folder or file is protected. |
![]() |
AllowInNestedFolders | Gets a value that indicates whether to allow the relative path to match in nested folders (i.e., sub-directories). |
![]() |
RelativePath | Gets the relative path of the folder or file. |
Top