Click or drag to resize

ExportItemDeserialize Method

Deserialize this item. All items are pre-initialized with their IDs and can be found from the collection given as an argument; i.e. those can be used to create the child/parent relation structure.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual void Deserialize(
	Stream ms,
	IEnumerable<ExportItem> items
)

Parameters

ms
Type: System.IOStream
items
Type: System.Collections.GenericIEnumerableExportItem
See Also