PluginsManager.UpdateConfigFile Method
Saves the information about a plug-in to the version specific plug-in configuration file.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static string UpdateConfigFile(
IAppEnv appEnv,
string dir,
string version,
string fileName,
PluginState state
)
Public Shared Function UpdateConfigFile (
appEnv As IAppEnv,
dir As String,
version As String,
fileName As String,
state As PluginState
) As String
public:
static String^ UpdateConfigFile(
IAppEnv^ appEnv,
String^ dir,
String^ version,
String^ fileName,
PluginState state
)
static member UpdateConfigFile :
appEnv : IAppEnv *
dir : string *
version : string *
fileName : string *
state : PluginState -> string
- appEnv IAppEnv
- Application environment.
- dir String
- Installation drectory of the plug-in.
- version String
- Version of the plug-in.
- fileName String
- Name of the plug-in file.
- state PluginState
- Current state of the plug-in.
StringPath to the configuration file which is updated.