get_summary_information
Get document summary information metadata from a file, preserving the ability to access it in the original type.
DEPRECATED: The get_summary_information
function is deprecated in KeyView 23.2.0 and later. OpenText recommends that you access metadata by calling the function get_metadata instead.
This function is still available for existing implementations, but it might be incompatible with new functionality and might be removed in future.
Syntax
template<typename Input_Type >
std::multimap<std::string, SummaryInfoItem> Session::get_summary_information(Input_Type &input)