SPWRecordChangeType Enumeration

Specifies whether the underlying data change was caused by creating, deleting, or updating a record or an attachment.

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

Syntax

'Declaration
Public Enumeration SPWRecordChangeType
'Usage
Dim instance As SPWRecordChangeType
public enum SPWRecordChangeType

Members

Member name Description
CreateRecord Event indicates that a new record was created, or, if IsAttachment is true, indicates that a new attachment was created.
UpdateRecord Event indicates that an existing record was updated, or, if IsAttachment is true, indicates that an existing attachment was updated.
DeleteRecord Event indicates that a record was deleted, or, if IsAttachment is true, indicates that an attachment was deleted.

See Also

Reference

Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace