Attachment.GetConflicts Method

Gets the conflicting attachments.

Namespace:  Microsoft.Office.SharePointWorkspace.AddIn.Data
Assembly:  Microsoft.Office.SharePointWorkspace.AddIn.Data (in Microsoft.Office.SharePointWorkspace.AddIn.Data.dll)

Syntax

'Declaration
Public Function GetConflicts As AttachmentCollection
'Usage
Dim instance As Attachment
Dim returnValue As AttachmentCollection

returnValue = instance.GetConflicts()
public AttachmentCollection GetConflicts()

Return Value

Type: Microsoft.Office.SharePointWorkspace.AddIn.Data.AttachmentCollection
An array of conflicting attachments, including the current winner.

See Also

Reference

Attachment Class

Attachment Members

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace