IFileData Interface

Interface of possible file locations lice cloud or HDD.

Definition

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

Properties

CanProcessStart true if this file can be used in PCBI.Automation.ProcessPCBI.Start() command
IsReadOnly true if this File is ReadOnly
Properties Properties of this folder item (or null)

Methods

GetDetails Further file details like size and creation data
GetFileDescription A short description text if availabale
GetFileName Name of the file + file extension
GetFilePath Path to the file (full or relative, depending on Plugin)
LoadAsync Loads the file content to the Memorystream
SaveAsync Saves the Memorystream to the File location

See Also