Compartilhar via


AttachmentCollection.GetByFileName método

Obtém o anexo que está representado pelo nome do arquivo especificado.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
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

    O nome de arquivo que representa o anexo para recuperar.

Valor retornado

Tipo: Microsoft.SharePoint.Client.Attachment
O anexo.

Ver também

Referência

AttachmentCollection classe

AttachmentCollection membros

Microsoft.SharePoint.Client namespace