Click or drag to resize

webDatasetSourceIsHarvested Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets or sets a value indicating whether this datasource is harvested for links (not crawled but domain lists are awaivable)

Namespace:  imbWEM.Core.webDataset
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public bool IsHarvested { get; set; }

Property Value

Type: Boolean
true if this instance is harvested; otherwise, false.
See Also