ChangedOperationType enumeration
SharePoint Online
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)
| 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. |
Show: