ISiteFolder Interface
Applies to v2.
Represents a folder (directory) in the site.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface ISiteFolder _
Inherits ISiteFileSystemItem, ISiteItem
'Usage
Dim instance As ISiteFolder
public interface ISiteFolder : ISiteFileSystemItem,
ISiteItem
public interface class ISiteFolder : ISiteFileSystemItem,
ISiteItem
type ISiteFolder =
interface
interface ISiteFileSystemItem
interface ISiteItem
end
public interface ISiteFolder extends ISiteFileSystemItem, ISiteItem
The ISiteFolder type exposes the following members.
Properties
Name | Description | |
---|---|---|
Path | Gets the path of the file or folder. (Inherited from ISiteFileSystemItem.) | |
SecondaryIcon | Gets or sets the image source for secondary icon on the hierarchy item. (Inherited from ISiteFileSystemItem.) | |
SecondaryIconToolTip | Gets or sets the tooltip text for secondary icon on the hierarchy item. (Inherited from ISiteFileSystemItem.) |
Top