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!

BaseParser.MapPath

[To be supplied.]

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

Parameters

path
[To be supplied.]

See Also

BaseParser Class | BaseParser Members | System.Web.UI Namespace