Constructor ContentControlDataBinding
- Namespace
- DocWright.Dom.ContentControls
- Assembly
- DocWright.Dom.dll
ContentControlDataBinding(string, string?, string?)
Initializes a binding.
public ContentControlDataBinding(string xpath, string? storeItemId = null, string? prefixMappings = null)
Parameters
xpathstringThe XPath selecting the bound node (w:xpath).
storeItemIdstringThe custom XML part's store item id (w:storeItemID), or null.
prefixMappingsstringThe namespace prefix declarations the XPath uses (w:prefixMappings), or null.
Exceptions
- ArgumentNullException
xpathis null.