[public] enum ListingFlag { dtsListHitCount = 0x0001, dtsListHeader = 0x0400, dtsListAppend = 0x0800, dtsListNoDisk = 0x1000 };
|
Members |
Description |
|
dtsListHitCount = 0x0001 |
Include number of hits for each file |
|
dtsListHeader = 0x0400 |
Include header with search request, etc. |
|
dtsListAppend = 0x0800 |
Append to the file created |
|
dtsListNoDisk = 0x1000 |
Do not write search results to disk |
Listing flags for SearchJob.ListingFlags
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|