Method | Description | |
---|---|---|
InstallPlugin ( string PluginPackagePath, string &ErrorText ) : bool | ||
InstallPlugin ( string filepath ) : void | ||
UninstallPlugin ( PluginDescription desc ) : bool |
Unistalls a plugin
|
|
deleteFolder ( string FolderName ) : bool |
Deletes a folder and its contents on disk
|
public InstallPlugin ( string PluginPackagePath, string &ErrorText ) : bool | ||
PluginPackagePath | string | |
ErrorText | string | |
return | bool |
public InstallPlugin ( string filepath ) : void | ||
filepath | string | |
return | void |
public UninstallPlugin ( PluginDescription desc ) : bool | ||
desc | PluginDescription | The information about the plugin to be deleted |
return | bool |
public deleteFolder ( string FolderName ) : bool | ||
FolderName | string | The folder to be deleted |
return | bool |