NAnt SDK Documentation - v0.92

WebMapCollection.FindBestMatch Method 

Find the best matching WebMap for the given Uri.

[Visual Basic]
Public Function FindBestMatch( _
   ByVal uri As String _
) As String
[C#]
public string FindBestMatch(
   string uri
);

Parameters

uri
The value to match against the WebMap objects in the collection.

See Also

WebMapCollection Class | NAnt.VSNet.Types Namespace