  | 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.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic virtual void Deserialize(
	Stream ms,
	IEnumerable<ExportItem> items
)
Public Overridable Sub Deserialize ( 
	ms As Stream,
	items As IEnumerable(Of ExportItem)
)
Parameters
- ms  Stream
 - items  IEnumerableExportItem
 
See Also