mark_nested_content property

mark_nested_content property

Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted.

Definition:

@property
def mark_nested_content(self):
    ...
@mark_nested_content.setter
def mark_nested_content(self, value):
    ...

See Also