The action performed by the save event.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum SaveAction
Public Enumeration SaveAction
public enum class SaveAction

Members

MemberDescription
None
Default. Nothing happened.
Insert
It's a new object that has been inserted.
Update
It's an old object that has been updated.
Delete
The object was deleted.

See Also

BlogEngine.Core Namespace