NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpConfigurationMap.MapPath

[To be supplied.]

[Visual Basic]
Overridable Public Function MapPath( _
   ByVal path As String _
) As String
[C#]
public virtual string MapPath(
   string path
);
[C++]
public: virtual String* MapPath(
   String* path
);
[JScript]
public function MapPath(
   path : String
) : String;

Parameters

path
[To be supplied.]

See Also

HttpConfigurationMap Class | HttpConfigurationMap Members | System.Web.Configuration Namespace