Click or drag to resize

ExportItem.Deserialize 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) Version: 25.0
Syntax
public virtual void Deserialize(
	Stream ms,
	IEnumerable<ExportItem> items
)

Parameters

ms  Stream
items  IEnumerable<ExportItem>
See Also