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
Public method ProtectPathInfo Initializes a new instance of the ProtectPathInfo class.

Top

Properties

  Name Description
Public property AllowChanges Gets a value indicating whether changes to the folder or file are allowed.
Public property AllowInNestedFolders Gets a value indicating whether the relative path to match in nested folders (i.e., sub-directories) is allowed.
Public property RelativePath Gets the relative path of the folder or file.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace