Marks an object as being dirty, or changed.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
protected void MarkDirty(
	string propertyName
)
Protected Sub MarkDirty ( _
	propertyName As String _
)
protected:
void MarkDirty (
	String^ propertyName
)

Parameters

propertyName
String
The name of the property to mark dirty.

See Also