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.PhysicalPath

[To be supplied.]

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

Parameters

path
[To be supplied.]

See Also

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