Visual Basic (Declaration)
Public Function GetFileAsString ( _
url As String _
) As String
Dim instance As SPWeb
Dim url As String
Dim returnValue As String
returnValue = instance.GetFileAsString(url)
public string GetFileAsString (
string url
)
Parameters
- url
A string that specifies the URL for the file.
Return Value
A string that contains the contents of the file.