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

WebDavClient.GetFileContents Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

remoteFileName
Missing <param> documentation for remoteFileName

Return Value

Missing <returns> documentation for M:NAnt.VSNet.WebDavClient.GetFileContents(System.String)

Remarks

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

See Also

WebDavClient Class | NAnt.VSNet Namespace