Gets or sets the action that occured when the object was saved.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public SaveAction Action{ get; set;}
Public Property Action As SaveAction
public:
property SaveAction Action {
	SaveAction get ();
	void set (SaveAction value);
}

See Also