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!

ReferenceMap.GetPath

[To be supplied.]

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

Parameters

url
[To be supplied.]

See Also

ReferenceMap Class | ReferenceMap Members | System.Web.Services.Discovery Namespace