Introduced in build 4.1.0.1379
Description
Saves the generated Word file to a SharePoint Document Library.
C#
vb.net
Parameters
template
The current WordTemplate object that is being saved to filedocLib
SharePoint document library to which the file is being savedfileName
Name of the file to be savedoverwrite
If set to true, will overwrite any files in the Document Library by that nameExceptions
ArgumentNullException
Save
will throw this exception if null
(C#) or Nothing
(VB.NET) is passed to the method.
Remarks
You can call Save more than once for a single instance of WordTemplate. This allows you to save more than one copy of a generated file, and/or both save the file on the server and stream it to the client.
Examples
C#
vb.net