SearchResultItemReadXml Method

Recreates the item based on the Xml representation of the item.

Definition

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

Parameters

xml  String
Xml definition of the new item.

See Also