Hunny Software Library Reference

Node.Modified Property

Gets or sets the is-modified flag.

[Visual Basic]
Public Property Modified As Boolean
[C#]
public bool Modified {get; set;}

Remarks

The is-modified flag, when set to true, is propagated to the root node. That way, you can call Assemble() on the root node to assemble to update the string representation of all the nodes that have been modified.

See Also

Node Class | Hunny.Mime Namespace