Method | Description | |
---|---|---|
DeleteMashup ( string mashupName ) : void | ||
GetMashup ( |
||
GetMashup ( string mashupName ) : |
||
MashupScriptStorage ( IPluginContext context, IMashupLocalFolder folder, ILogManager logManager, IMashupLoader mashupLoader ) : System | ||
SaveMashup ( |
Method | Description | |
---|---|---|
EnsureMashupFileSubFolderExists ( string mashupFolderPath, string mashupFilePath ) : void | ||
EnsureMashupFolderExistsAndEmpty ( string mashupFolderPath ) : void | ||
GetMashupFolderPath ( |
||
GetMashupFolderPath ( string mashupName ) : string | ||
WriteAccountsFile ( string mashupName, string mashupFolderPath ) : void | ||
WritePlaceholdersFile ( string mashupName, string mashupPlaceholders, string mashupFolderPath ) : void |
public DeleteMashup ( string mashupName ) : void | ||
mashupName | string | |
return | void |
public GetMashup ( |
||
account | ||
mashupName | string | |
return |
public GetMashup ( string mashupName ) : |
||
mashupName | string | |
return |
public MashupScriptStorage ( IPluginContext context, IMashupLocalFolder folder, ILogManager logManager, IMashupLoader mashupLoader ) : System | ||
context | IPluginContext | |
folder | IMashupLocalFolder | |
logManager | ILogManager | |
mashupLoader | IMashupLoader | |
return | System |
public SaveMashup ( |
||
mashup | ||
return | void |