Constructs a MaximumDepthSelector out of a depth and an inner selector.

Declaration Syntax

Public Sub New( _
	ByVal maximumDepth As Integer, _
	ByVal innerSelector As LinkSelector _
)
public MaximumDepthSelector(
	int maximumDepth,
	LinkSelector innerSelector
);
public: MaximumDepthSelector(
	int maximumDepth,
	LinkSelector innerSelector
);
public function MaximumDepthSelector(
	maximumDepth : int,
	innerSelector : LinkSelector
);

Parameters

maximumDepth
The maximum depth for requests. 
innerSelector
The inner selector to use if the dpeth is less than the maximum. 

Requirements

Namespace: Eas.WebCrawler.PlugIns.Selectors
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

MaximumDepthSelector Class | MaximumDepthSelector Members | Eas.WebCrawler.PlugIns.Selectors Namespace