Table of Contents

Method SetBookmarkValue

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

SetBookmarkValue(string, string)

Binds a name as a SET field would, so later REF fields in the same update see it.

public void SetBookmarkValue(string name, string value)

Parameters

name string

The name.

value string

The value.

Exceptions

ArgumentNullException

name or value is null.