NAnt SDK Documentation - v0.85-nightly-2005-11-09

WebDavClient.DeleteFile Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.WebDavClient.DeleteFile(System.String,System.String)

[Visual Basic]
Public Sub DeleteFile( _
   ByVal localFileName As String, _
   ByVal remoteFileName As String _
)
[C#]
public void DeleteFile(
   string localFileName,
   string remoteFileName
);

Parameters

localFileName
Missing <param> documentation for localFileName
remoteFileName
Missing <param> documentation for remoteFileName

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.WebDavClient.DeleteFile(System.String,System.String)

See Also

WebDavClient Class | NAnt.VSNet Namespace