SPListItem.Attachments Property

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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