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

WordTemplate.SaveExtension

Introduced in build 4.1.0.1322

=20

Description

=20

The extension that should be used when saving this template; based on th= e input file.

=20
C#
=20
public String SaveExtension { get; }
=20
=20
vb.net
=20
Public ReadOnly Property SaveExtension() As [String]
=20
=20

Remarks

The extension do= es not include the dot, such as "docx" or "dotm". Until= a file is opened this will be null.=20

Examples

=20
C#
=20
wordTemplate.Save("output." + wordTemplate.SaveExtension);
=20
=20
vb.net
=20
wordTemplate.Save("output." & wordTemplate.SaveExtension);
=20
------=_Part_8166_2040693383.1711635238320--