SPWeb.GetFileAsString - Méthode
Obtient le contenu de l'objet fichier situé à l'URL spécifiée sous forme de chaîne.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetFileAsString ( _
url As String _
) As String
'Utilisation
Dim instance As SPWeb
Dim url As String
Dim returnValue As String
returnValue = instance.GetFileAsString(url)
public string GetFileAsString(
string url
)
Paramètres
url
Type : System.StringL'URL pour le fichier.
Valeur renvoyée
Type : System.String
Le contenu du fichier.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | url est null . |
Remarques
Utilisez cette méthode pour obtenir une chaîne qui contient le contenu de l'objet fichier situé à l'URL spécifiée.