Method RemoveRepeatingItem
- Namespace
- DocWright.Dom.ContentControls
- Assembly
- DocWright.Dom.dll
RemoveRepeatingItem(ContentControl)
Removes an item from a repeating section.
public bool RemoveRepeatingItem(ContentControl item)
Parameters
itemContentControlThe item to remove.
Returns
- bool
True when the item was found and removed.
Exceptions
- ArgumentNullException
itemis null.- ContentControlEditException
The control is not a repeating section.