Introduced in build 4.1.0.1379
Description
Saves the generated Word file to a SharePoint List Item.
C#
vb.net
Parameters
template
The current WordTemplate object that is being saved to filelistItem
SharePoint List Item to which the file is being savedfileName
Name of the file to be savedExceptions
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