CompareOptionsMarkNestedContent Property |
Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted.
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic bool MarkNestedContent { get; set; }
Public Property MarkNestedContent As Boolean
Get
Set
public:
property bool MarkNestedContent {
bool get ();
void set (bool value);
}
member MarkNestedContent : bool with get, set
Property Value
Type:
Boolean
See Also