Dynamicweb 8 Documentation
SaveInCSVFile Class
Members 

Syntax
'Declaration
 
<AddInNameAttribute("DM.Form.SaveInCSVFile")> 
<AddInDescriptionAttribute("This will save the form data in a CSV file.")> 
<AddInLabelAttribute("Save in file")> 
Public Class SaveInCSVFile 
   Inherits FormSaveProvider 
   Implements Dynamicweb.Extensibility.Editors.IDropDownOptions 
[AddInNameAttribute("DM.Form.SaveInCSVFile")] 
[AddInDescriptionAttribute("This will save the form data in a CSV file.")] 
[AddInLabelAttribute("Save in file")] 
public class SaveInCSVFile : FormSaveProvider, Dynamicweb.Extensibility.Editors.IDropDownOptions  
Inheritance Hierarchy

System.Object
   Dynamicweb.Extensibility.ConfigurableAddIn
      Dynamicweb.Modules.DataManagement.FormSaveProvider
         Dynamicweb.Modules.DataManagement.SaveInCSVFile

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

SaveInCSVFile Members
Dynamicweb.Modules.DataManagement Namespace

Send Feedback