SPListItem.Attachments property

Gets the collection of attachments that are associated with the item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Attachments As SPAttachmentCollection
    Get
'Usage
Dim instance As SPListItem
Dim value As SPAttachmentCollection

value = instance.Attachments
public SPAttachmentCollection Attachments { get; }

Property value

Type: Microsoft.SharePoint.SPAttachmentCollection
A collection of attachments.

Remarks

The Attachments property does not apply to document libraries and returns an ArgumentOutOfRangeException exception if applied to a document library.

See also

Reference

SPListItem class

SPListItem members

Microsoft.SharePoint namespace