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.136 -- Release Build+4bc8539cc260b23af1f55a058712d0a5186ff49a
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