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

WebDavClient.GetFileContentsStatic Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

remoteFileName
Missing <param> documentation for remoteFileName

Return Value

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

Remarks

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

See Also

WebDavClient Class | NAnt.VSNet Namespace