PluginsManager.GetConfigFileNameByProgramVersion Method

Returns the name of the plug-in configuration file which is specific for ProgramInfo.

  Tip

Separation of configuration files by application versions is required because the supported versions and options (enabled/disabled, etc) may vary for the same plug-in depending on the application version.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static string GetConfigFileNameByProgramVersion(
	IAppEnv appEnv
)

Parameters

appEnv  IAppEnv
 

Return Value

String

See Also