Click or drag to resize

imbMCRepositoryisTargetProper Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Determines whether target is proper according to repositorium settings

Namespace:  imbMiningContext.MCRepository
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public bool isTargetProper(
	ISpiderTarget target
)

Parameters

target
Type: imbCommonModels.webStructureISpiderTarget
The target.

Return Value

Type: Boolean
true if [is target proper] [the specified target]; otherwise, false.
See Also