Gets or sets whether IF fields should be evaluated server-side in the WordTemplate.

<table class="wysiwyg-macro" data-macro-name="unmigrated-wiki-markup" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3VubWlncmF0ZWQtd2lraS1tYXJrdXB9&amp;locale=en_GB&amp;version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre>
 public boolean UpdateIfFields{ get; set; }
</pre></td></tr></table>
<p>Public Property UpdateIfFields() As Boolean</p>

If set to true, all IF fields on the template will be evaluated on the server side by the WordTemplate object. If set to false, the IF fields will not be evaluated without user action.


          WordTemplate WordTempl = new WordTemplate();
          WordTempl.UpdateIfFields = true;
        

          Dim WordTempl As New WordTemplate()
          WordTempl.UpdateIfFields = True