ConfigurationFrameGetConfigurationCacheFileName Method

Gets the file name with path of the specified configurationName.

Definition

Namespace: Gemstone.PhasorProtocols.Anonymous
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
public static string GetConfigurationCacheFileName(
	string configurationName,
	string extension = "configuration.xml",
	string basePath = null
)

Parameters

configurationName  String
Name of the configuration to get file name for.
extension  String  (Optional)

[Missing <param name="extension"/> documentation for "M:Gemstone.PhasorProtocols.Anonymous.ConfigurationFrame.GetConfigurationCacheFileName(System.String,System.String,System.String)"]

basePath  String  (Optional)

[Missing <param name="basePath"/> documentation for "M:Gemstone.PhasorProtocols.Anonymous.ConfigurationFrame.GetConfigurationCacheFileName(System.String,System.String,System.String)"]

Return Value

String
File name with path of the specified configurationName.

See Also