ProtectPathInfo Class
Applies to v2.
Specifies information about the protected paths.
Inheritance Hierarchy
System.Object
Microsoft.WebMatrix.Extensibility.ProtectPathInfo
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class ProtectPathInfo _
Implements IProtectPathInfo
'Usage
Dim instance As ProtectPathInfo
public class ProtectPathInfo : IProtectPathInfo
public ref class ProtectPathInfo : IProtectPathInfo
type ProtectPathInfo =
class
interface IProtectPathInfo
end
public class ProtectPathInfo implements IProtectPathInfo
The ProtectPathInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProtectPathInfo | Initializes a new instance of the ProtectPathInfo class. |
Top
Properties
Name | Description | |
---|---|---|
AllowChanges | Gets a value indicating whether changes to the folder or file are allowed. | |
AllowInNestedFolders | Gets a value indicating whether the relative path to match in nested folders (i.e., sub-directories) is allowed. | |
RelativePath | Gets the relative path of the folder or file. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.