Click or drag to resize

crawlerErrorLogSaveXML Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Saves the XML into specified path or default diagnostic location

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public override string SaveXML(
	string path = null
)

Parameters

path (Optional)
Type: SystemString
The path.

Return Value

Type: String
Full filepath of the saved XML or empty string if failed
See Also