ConfigurationFrameGetConfigurationCacheFileName Method
Gets the file name with path of the specified configurationName.
Namespace: Gemstone.PhasorProtocols.AnonymousAssembly: 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
)
Public Shared Function GetConfigurationCacheFileName (
configurationName As String,
Optional extension As String = "configuration.xml",
Optional basePath As String = Nothing
) As String
public:
static String^ GetConfigurationCacheFileName(
String^ configurationName,
String^ extension = L"configuration.xml",
String^ basePath = nullptr
)
Gemstone.PhasorProtocols.Anonymous.ConfigurationFrame.GetConfigurationCacheFileName = function(configurationName, extension, basePath);
- 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)"]
StringFile name with path of the specified
configurationName.