Class for exporting to several different note formats.
More...
NoteFly.ExportNotes.ExportNotes |
( |
Notes |
notes | ) |
|
string NoteFly.ExportNotes.EncodeTitle |
( |
string |
title | ) |
|
|
private |
- Parameters
-
title | The title of the note encoded |
- Returns
- The title encoded as hexdecimal
string NoteFly.ExportNotes.Fillstrleadzeros |
( |
string |
str, |
|
|
int |
len |
|
) |
| |
|
private |
- Parameters
-
str | The string to add leading zero's to |
len | The length |
- Returns
- A string of with the given length
bool NoteFly.ExportNotes.WriteNoteFlyNotesBackupFile |
( |
string |
filenamepath | ) |
|
- Parameters
-
filenamepath | The filename and path of the notes backup |
- Returns
- True if writing backup succeeded otherwise false.
void NoteFly.ExportNotes.WritePNotesBackupfile |
( |
string |
filename | ) |
|
- Parameters
-
filename | Filename of the file to write |
void NoteFly.ExportNotes.WriteStickiesCSVBackupfile |
( |
string |
filename | ) |
|
- Parameters
-
filename | The full path and filename to write the CSV formatted stickies compatible file format. |
Notes NoteFly.ExportNotes.notes |
|
private |