IPluginFolderData Interface

Inferface for plugin folder data.

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IPluginFolderData

Properties

Files List of Files (or null)
Icon Special Icon of the directory item (if available)
Name Name of the directory
Path Path to the directory (full or relative, depending on Plugin)
Properties Properties of this folder item (or null)
SubFolders List of Sub-Folder Items (or null)

See Also