Class FilesDataService
A utility class is used to save file data into the XML document and load it from this document.
public static class FilesDataService- Inheritance
- 
      
      FilesDataService
Properties
Methods
- LoadData(Stream)
- Load file data from the specified stream. 
- LoadData(string)
- Load file data from the specified file. 
- SaveData(FilesData, Stream)
- Serializes given - FilesDataand writes an XML document to a specified stream.
- SaveData(FilesData, string)
- Serializes given - FilesDataand writes an XML document to a specified file.