PluginsManager.UpdateConfigFile Method

Saves the information about a plug-in to the version specific plug-in configuration file.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static string UpdateConfigFile(
	IAppEnv appEnv,
	string dir,
	string version,
	string fileName,
	PluginState state
)

Parameters

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.

Return Value

String
Path to the configuration file which is updated.

See Also