Class DataArchive
- Namespace
- Dynamicweb.Data
Portability
- Assembly
- Dynamicweb.Core.dll
Represents an archived collection of data.
- Inheritance
-
Data
Archive
- Inherited Members
Constructors
DataArchive(string)
Initializes a new instance of the Data
Parameters
filePath
stringThe file path.
Properties
FilePath
Gets the file path.
Property Value
- string
The file path.
Methods
Delete()
Deletes this instance.
WriteDataItems(DataItemType, IEnumerable<DataItem>)
Writes the data items of a given type.
Parameters
itemType
DataItem Type The data item type.
dataItems
IEnumerable<DataItem >The data items.