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.
Deletes the attachment with the specified file name from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Sub Delete ( _
leafName As String _
)
'Usage
Dim instance As SPAttachmentCollection
Dim leafName As String
instance.Delete(leafName)
public void Delete(
string leafName
)
Parameters
leafName
Type: System.StringThe file name of the attachment to delete.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The leafName does not exist in the collection. |
Remarks
The process of deleting an attachment with this method requires that the list item be updated to refresh version information.