ISiteFile Interface
Applies to v2.
Represents a file in the site.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface ISiteFile _
Inherits ISiteFileSystemItem, ISiteItem
'Usage
Dim instance As ISiteFile
public interface ISiteFile : ISiteFileSystemItem,
ISiteItem
public interface class ISiteFile : ISiteFileSystemItem,
ISiteItem
type ISiteFile =
interface
interface ISiteFileSystemItem
interface ISiteItem
end
public interface ISiteFile extends ISiteFileSystemItem, ISiteItem
The ISiteFile 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