Moonware.Common
SaveToXml Method



File name
Whether to encrypt the file
Saves All Templates to File
Syntax
'Declaration
 
Public Sub SaveToXml( _
   ByVal fileName As String, _
   Optional ByVal encrypted As Boolean _
) 
'Usage
 
Dim instance As TemplateCollection
Dim fileName As String
Dim encrypted As Boolean
 
instance.SaveToXml(fileName, encrypted)
public void SaveToXml( 
   string fileName,
   bool encrypted
)
public:
void SaveToXml( 
   String^ fileName,
   bool encrypted
) 

Parameters

fileName
File name
encrypted
Whether to encrypt the file
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TemplateCollection Class
TemplateCollection Members

Send Feedback