| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : Save Method |
Type: System.String
A path to file for the profile data. File extension should be .zpprofile, otherwise this extension will be added to the path.
Type: System.Boolean
The true if need to save proxy information; otherwise and default, false.
Type: System.Boolean
The true if need to save plugins information; otherwise and default, false.
Type: System.Boolean
The true if need to save local storage information; otherwise and default, false.
Type: System.Boolean
The true if need to save time zone information; otherwise and default, false.
Type: System.Boolean
The true if need to save geo information; otherwise and default, false.
void Save( string path, bool saveProxy, bool savePlugins, bool saveLocalStorage, bool saveTimezone, bool saveGeoposition )
Type: System.String
A path to file for the profile data. File extension should be .zpprofile, otherwise this extension will be added to the path.
Type: System.Boolean
The true if need to save proxy information; otherwise and default, false.
Type: System.Boolean
The true if need to save plugins information; otherwise and default, false.
Type: System.Boolean
The true if need to save local storage information; otherwise and default, false.
Type: System.Boolean
The true if need to save time zone information; otherwise and default, false.
Type: System.Boolean
The true if need to save geo information; otherwise and default, false.
// save profile data to file "C:\profile.txt", but actual path will be "C:\profile.txt.zpprofile", because it needs .zpprofile extension project.Profile.Save("C:\\profile.txt");
// save profile data to file "C:\profile.txt", but actual path will be "C:\profile.txt.zpprofile", because it needs .zpprofile extension $project->Profile->Save("C:\\profile.txt");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.