ChangedOperationType enumeration

Indicates the type of operation that caused a change.

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

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

Members

Member name Description
Unknown Represents an invalid operation.
Add Represents the add operation.
Edit Represents the edit operation.
DeleteObject Represents the delete operation.
Move Represents the move operation.
Copy Represents the copy operation.
PathChange Represents the path change operation.
Merge Represents the merge operation.
ImportObject Represents the import operation.
Restore Represents the restore operation.

See also

Reference

Microsoft.SharePoint.Client.Taxonomy namespace