ISiteFileSystemItem Interface

Applies to v2.

Represents a file or folder in the site.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface ISiteFileSystemItem _
    Inherits ISiteItem
'Usage
Dim instance As ISiteFileSystemItem
public interface ISiteFileSystemItem : ISiteItem
public interface class ISiteFileSystemItem : ISiteItem
type ISiteFileSystemItem =  
    interface 
        interface ISiteItem 
    end
public interface ISiteFileSystemItem extends ISiteItem

The ISiteFileSystemItem type exposes the following members.

Properties

  Name Description
Public property Path Gets the path of the file or folder.
Public property SecondaryIcon Gets or sets the image source for secondary icon on the hierarchy item.
Public property SecondaryIconToolTip Gets or sets the tooltip text for secondary icon on the hierarchy item.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace