Search
XmlPersistContext.setIncludeUnalteredProperties Method
See Also
 

Sets whether properties should be saved to XML when they have the default values.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setIncludeUnalteredProperties (
    boolean value
)

 Parameters

value

true to save all properties; false to save only altered properties

 See Also