Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the attachment that is represented by the specified file name.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetByFileName ( _
fileName As String _
) As Attachment
'Usage
Dim instance As AttachmentCollection
Dim fileName As String
Dim returnValue As Attachment
returnValue = instance.GetByFileName(fileName)
public Attachment GetByFileName(
string fileName
)
Parameters
fileName
Type: System.StringThe file name that represents the attachment to retrieve.
Return value
Type: Microsoft.SharePoint.Client.Attachment
The attachment.