Table of Contents

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

xpath string

The XPath selecting the bound node (w:xpath).

storeItemId string

The custom XML part's store item id (w:storeItemID), or null.

prefixMappings string

The namespace prefix declarations the XPath uses (w:prefixMappings), or null.

Exceptions

ArgumentNullException

xpath is null.