Table of Contents

Class FilesDataService

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

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

FilesCount

Methods

LoadData(Stream)

Load file data from the specified stream.

LoadData(string)

Load file data from the specified file.

SaveData(FilesData, Stream)

Serializes given FilesData and writes an XML document to a specified stream.

SaveData(FilesData, string)

Serializes given FilesData and writes an XML document to a specified file.