Marks the object for deletion. It will then be deleted when the object's Save() method is called.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Delete()
Public Sub Delete
public:
void Delete ()

See Also