Table of Contents

Constructor ContentControlListItem

Namespace
DocWright.Dom.ContentControls
Assembly
DocWright.Dom.dll

ContentControlListItem(string, string?)

Initializes an entry.

public ContentControlListItem(string value, string? displayText = null)

Parameters

value string

The stored value (w:value).

displayText string

The text shown to the user (w:displayText), or null to show the value.

Exceptions

ArgumentNullException

value is null.