C# Class Tp.Integration.Plugin.Common.Mashup.PluginProfileEditorMashupFolder

Represents a mashup for editing plugin profile.
Inheritance: PluginProfileEditorMashup
Datei anzeigen Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
PluginProfileEditorMashupFolder ( string folder ) : System

Creates a new instance of PluginProfileEditorMashupFolder.

Private Methods

Method Description
GetFilesFromFolder ( string folder ) : IEnumerable

Method Details

PluginProfileEditorMashupFolder() public method

Creates a new instance of PluginProfileEditorMashupFolder.
public PluginProfileEditorMashupFolder ( string folder ) : System
folder string The folder with javascript files of mashup. All files from this folder will be included in mashup.
return System