IConfigMapPath Interface

Definition

Provides access to the mapping between configuration-file virtual and physical paths.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IConfigMapPath
public interface IConfigMapPath
type IConfigMapPath = interface
Public Interface IConfigMapPath
Derived

Remarks

IConfigMapPath is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Methods

GetAppPathForPath(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the virtual-directory name associated with a specific site.

GetDefaultSiteNameAndID(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Populates the default site name and the site ID.

GetMachineConfigFilename()

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the machine-configuration file name.

GetPathConfigFilename(String, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Populates the directory and name of the configuration file based on the site ID and site path.

GetRootWebConfigFilename()

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the name of the configuration file at the Web root.

MapPath(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the physical directory path based on the site ID and URL associated with the site.

ResolveSiteArgument(String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Populates the site name and site ID based on a site argument value.

Applies to