SearchResultItemCollectionWrite Method

Exports the result list to the specified stream based on the ExportCriteria.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public void Write(
	ExportCriteria criteriaExport,
	Stream streamSave
)

Parameters

criteriaExport  ExportCriteria
Criteria defining how to export the items.
streamSave  Stream
Stream to save the results to.

See Also