You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchResults Class > DSearchResults::GetDocInfoItem Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
DSearchResults::GetDocInfoItem Method
Syntax
C++
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.

Retrieves a single field from the field-value pairs containing document properties. For a list of the properties included, see dtsSearchResults::getDocInfoStrings Method