﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IConfigMapPath" FullName="System.Web.Configuration.IConfigMapPath"><TypeSignature Language="C#" Value="public interface IConfigMapPath" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="T:System.Web.Configuration.IConfigMapPath" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Provides access to the mapping between configuration-file virtual and physical paths. </para></summary></Docs><Members><Member MemberName="GetAppPathForPath"><MemberSignature Language="C#" Value="public string GetAppPathForPath (string siteID, string path);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="siteID" Type="System.String" /><Parameter Name="path" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="M:System.Web.Configuration.IConfigMapPath.GetAppPathForPath(System.String,System.String)" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the virtual-directory name associated with a specific site.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The <paramref name="siteID" /> must be unique. No two sites share the same id. The <paramref name="siteID" /> distinguishes sites that have the same name.</para></returns><param name="siteID"><attribution license="cc4" from="Microsoft" modified="false" />A unique identifier for the site.</param><param name="path"><attribution license="cc4" from="Microsoft" modified="false" />The URL associated with the site.</param></Docs></Member><Member MemberName="GetDefaultSiteNameAndID"><MemberSignature Language="C#" Value="public void GetDefaultSiteNameAndID (out string siteName, out string siteID);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="siteName" Type="System.String&amp;" RefType="out" /><Parameter Name="siteID" Type="System.String&amp;" RefType="out" /></Parameters><Docs><param name="siteName">To be added.</param><param name="siteID">To be added.</param><summary>To be added.</summary><remarks>To be added.</remarks></Docs></Member><Member MemberName="GetMachineConfigFilename"><MemberSignature Language="C#" Value="public string GetMachineConfigFilename ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="M:System.Web.Configuration.IConfigMapPath.GetMachineConfigFilename" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the machine-configuration file name.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The machine-configuration file name.</para></returns></Docs></Member><Member MemberName="GetPathConfigFilename"><MemberSignature Language="C#" Value="public void GetPathConfigFilename (string siteID, string path, out string directory, out string baseName);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="siteID" Type="System.String" /><Parameter Name="path" Type="System.String" /><Parameter Name="directory" Type="System.String&amp;" RefType="out" /><Parameter Name="baseName" Type="System.String&amp;" RefType="out" /></Parameters><Docs><param name="siteID">To be added.</param><param name="path">To be added.</param><param name="directory">To be added.</param><param name="baseName">To be added.</param><summary>To be added.</summary><remarks>To be added.</remarks></Docs></Member><Member MemberName="GetRootWebConfigFilename"><MemberSignature Language="C#" Value="public string GetRootWebConfigFilename ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="M:System.Web.Configuration.IConfigMapPath.GetRootWebConfigFilename" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the name of the configuration file at the Web root.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The name of the configuration file at the Web root.</para></returns></Docs></Member><Member MemberName="MapPath"><MemberSignature Language="C#" Value="public string MapPath (string siteID, string path);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters><Parameter Name="siteID" Type="System.String" /><Parameter Name="path" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="M:System.Web.Configuration.IConfigMapPath.MapPath(System.String,System.String)" /> is introduced in the .NET Framework version 3.5.  For more information, see <format type="text/html"><a href="f75a72de-e2f2-4a7a-9574-3f278684ea90">The .NET Framework 3.5 Architecture</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the physical directory path based on the site ID and URL associated with the site.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The physical directory path.</para></returns><param name="siteID"><attribution license="cc4" from="Microsoft" modified="false" />A unique identifier for the site.</param><param name="path"><attribution license="cc4" from="Microsoft" modified="false" />The URL associated with the site.</param></Docs></Member><Member MemberName="ResolveSiteArgument"><MemberSignature Language="C#" Value="public void ResolveSiteArgument (string siteArgument, out string siteName, out string siteID);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="siteArgument" Type="System.String" /><Parameter Name="siteName" Type="System.String&amp;" RefType="out" /><Parameter Name="siteID" Type="System.String&amp;" RefType="out" /></Parameters><Docs><param name="siteArgument">To be added.</param><param name="siteName">To be added.</param><param name="siteID">To be added.</param><summary>To be added.</summary><remarks>To be added.</remarks></Docs></Member></Members></Type>