SearchResultItemCollectionReadXml Method

Loads an Xml defined list of items.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public void ReadXml(
	Stream streamLoad
)

Parameters

streamLoad  Stream
Stream pointing to the Xml.

Remarks

Use Write(ExportCriteria, Stream) to export items in valid Xml format.

See Also