Message-ID: <2142451169.2141.1710818930714.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_2140_488732071.1710818930714" ------=_Part_2140_488732071.1710818930714 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html WordTemplate.UpdateIfFields

WordTemplate.UpdateIfFields

Description

Gets or sets whether IF fields should be evaluated server-side in th= e WordTemplate.=20
C#
=20
public boolean UpdateIfFields{ get; set; }=20
=20
vb.net
=20
Public Property UpdateIfFields() As Boolean=20
=20

Remarks

If set to=20 true, all IF fields on the template will be evaluated on the s= erver side by the=20 WordTemplate obj= ect. If set to=20 false, the IF fields will not be evaluated without user action= .=20

Examples

=20
C#
=20
          WordTemplate WordTempl =3D new WordTemplate();
          WordTempl.UpdateIfFields =3D true;
        
=20
vb.net
=20
          Dim WordTempl As New WordTemplate()
          WordTempl.UpdateIfFields =3D True
        
=20
------=_Part_2140_488732071.1710818930714--