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.SelectorsAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)