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.StringO nome de arquivo que representa o anexo para recuperar.
Valor retornado
Tipo: Microsoft.SharePoint.Client.Attachment
O anexo.