ChangedOperationType Enumeration
Indicates the type of operation that caused a change.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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. | |
Delete | 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. | |
Import | Represents the import operation. | |
Restore | Represents the restore operation. |