IProtectPathInfo Interface

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
Public property AllowChanges Gets a value that indicates whether the folder or file is protected.
Public property AllowInNestedFolders Gets a value that indicates whether to allow the relative path to match in nested folders (i.e., sub-directories).
Public property RelativePath Gets the relative path of the folder or file.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace