Retrieves a single field from the field-value pairs containing document properties.
int GetDocInfoItem(const char * fieldName, DStringProperty& dest);
|
Parameters |
Description |
|
const char * fieldName |
Name of the field to retrieve |
|
DStringProperty& dest |
Buffer to receive the value of the field |
0 on success, or non-zero if the field could not be found.
For a list of the properties included, see dtsSearchResults::getDocInfoStrings Method
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|