ConfigurationFileSourceWatcher.GetFullFileName Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the full file name associated to the configuration source.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
PublicSharedFunctionGetFullFileName ( _
    configurationFilepathAs String, _
    configSourceAs String _
) As String
publicstatic string GetFullFileName(
    string configurationFilepath,
    string configSource
)
public:
static String^ GetFullFileName(
    String^ configurationFilepath, 
    String^ configSource
)
publicstaticfunctionGetFullFileName(
    configurationFilepath : String, 
    configSource : String
) : String

Parameters

  • configurationFilepath
    Type: System.String
    The path for the main configuration file.
  • configSource
    Type: System.String
    The configuration source to watch.

Return Value

The path to the configuration file to watch. It will be the same as configurationFilePath if configSource is empty, or the full path for configSource considered as a file name relative to the main configuration file.

See Also

ConfigurationFileSourceWatcher Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.