Compartir a través de


del método AttachmentCollection.GetByFileName

Obtiene los datos adjuntos que se representan con el nombre de archivo.

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)

Sintaxis

'Declaración
Public Function GetByFileName ( _
    fileName As String _
) As Attachment
'Uso
Dim instance As AttachmentCollection
Dim fileName As String
Dim returnValue As Attachment

returnValue = instance.GetByFileName(fileName)
public Attachment GetByFileName(
    string fileName
)

Parámetros

  • fileName
    Tipo: System.String

    El nombre de archivo que representa el dato adjunto para recuperar.

Valor devuelto

Tipo: Microsoft.SharePoint.Client.Attachment
Los datos adjuntos.

Vea también

Referencia

clase AttachmentCollection

Miembros AttachmentCollection

Espacio de nombres Microsoft.SharePoint.Client