Enum SwayAuditOperation
SwayAuditOperation enumeration
Sway audit operation
public enum SwayAuditOperation
Values
| Name | Value | Description | 
|---|---|---|
| Create | 1 | The user creates a Sway. | 
| Delete | 2 | The user deletes a Sway. | 
| View | 3 | The user views a Sway. | 
| Edit | 4 | The user edits a Sway. | 
| Duplicate | 5 | The user duplicates a Sway. | 
| Share | 7 | The user initiates sharing a Sway. This event captures the user action of clicking on a specific share destination within the Sway share menu. The event does not indicate whether the user actually follows through and completes the share action. | 
| ChangeShareLevel | 8 | The user changes the share level of a Sway. This event captures the user changing the scope of sharing associated with a Sway. For example, public as compared to from within the organization. | 
| RevokeShare | 9 | The user stops sharing a Sway by revoking access. Revoking access changes the links associated with a Sway. | 
| EnableDuplication | 10 | The user enables duplication of a Sway (on by default). | 
| DisableDuplication | 11 | The user disables duplication of a Sway (off by default). | 
| ServiceOn | 12 | The user enables Sway for the entire organization via the Office 365 admin center (on by default). | 
| ServiceOff | 13 | The user disables Sway for the entire organization via the Office 365 admin center (off by default). | 
| ExternalSharingOn | 14 | The user enables external sharing for the entire organization via the Office 365 admin center. | 
| ExternalSharingOff | 15 | The user disables external sharing for the entire organization via the Office 365 admin center. | 
See Also
- namespace Aspose.Email.Clients.Activity
 - assembly Aspose.Email