AttachmentCollection.GetByFileName - Méthode
Obtient la pièce jointe qui est représentée par le nom de fichier spécifié.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetByFileName ( _
fileName As String _
) As Attachment
'Utilisation
Dim instance As AttachmentCollection
Dim fileName As String
Dim returnValue As Attachment
returnValue = instance.GetByFileName(fileName)
public Attachment GetByFileName(
string fileName
)
Paramètres
fileName
Type : System.StringLe nom du fichier qui représente la pièce jointe à récupérer.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Attachment
La pièce jointe.