Show / Hide Table of Contents

Interface ICanConsumeFiles

An interface for implementing drag-and-drop, allowing files to be dropped.

Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public interface ICanConsumeFiles

Methods

View Source

ConsumeFiles(string[])

Consumes the given files.

Declaration
void ConsumeFiles(string[] files)
Parameters
Type Name Description
string[] files

An array of files.

  • View Source
In this article
Back to top Generated by DocFX