Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
DIndexJob::AttachDataSource Method
DIndexJob Class | DIndexJob Class | dtSearch Namespace | Send Feedback

Attach a data source to the index job. See dtsDataSource and DDataSourceBase

void AttachDataSource(DDataSourceBase * ds, int fShouldDelete = false);
Parameters
Parameters 
Description 
DDataSourceBase * ds 
Data source to attach. 
int fShouldDelete = false 
If the fShouldDelete flag is true, the DIndexJob destructor will delete the pointer in ds. 
Description
Remarks

The data source in ds will be indexed along with any files specified by the FoldersToIndex.

Class
Links
You are here: C++ Support Classes > dtSearch Namespace > Classes > DIndexJob Class > DIndexJob::AttachDataSource Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.