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!

IHttpMapPath.MapPath

[To be supplied.]

[Visual Basic]
Function MapPath( _
   ByVal path As String _
) As String
[C#]
string MapPath(
   string path
);
[C++]
String* MapPath(
   String* path
) = 0;
[JScript]
function MapPath(
   path : String
) : String;

Parameters

path
[To be supplied.]

See Also

IHttpMapPath Interface | IHttpMapPath Members | System.Web Namespace