Click or drag to resize

ConfigurationFrameGetConfigurationCacheFileName Method

Gets the file name with path of the specified configurationName.

Namespace: GSF.PhasorProtocols.Anonymous
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public static string GetConfigurationCacheFileName(
	string configurationName,
	string extension = "configuration.xml",
	string basePath = null
)
View Source

Parameters

configurationName  String
Name of the configuration to get file name for.
extension  String  (Optional)
Extension of the configuration file.
basePath  String  (Optional)
Base path of the configuration file. Set to null to use default ConfigurationCachePath.

Return Value

String
File name with path of the specified configurationName.
See Also