public IReadOnlyDictionary<long,Exception> DeleteAttachments( IEnumerable<long> attachmentIDs )
Public Function DeleteAttachments( _ Optional ByVal attachmentIDs As IEnumerable(Of Long) _ ) As IReadOnlyDictionary(Of Long,Exception)
Parameters
- attachmentIDs
- The attachment IDs of the attachment documents to be remove.
Return Value
A Dictionary that holds zero or more key/value pairs where the existence of each key represents the attachment ID and the value represents the exception
that has occurred while deleting the attachment in the table or feature class. If the operation is successful, the returned Dictionary is empty.