Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocumentProvider.Initialize Method 

Sets up any resources required during the execution of this document retrieval.

void Initialize(
   DataSourceInfo dataInfo,
   ICrawlerLog logger
);

Parameters

dataInfo
SCI information set in the Data Source editor. Note that the names in the NamedValues in dataInfo will be uppercase.
logger
an implementation of the ICrawlerLog logging utility object; save this object to use it later

See Also

IDocumentProvider Interface | Plumtree.Remote.Crawler Namespace