libimgdoc2
Loading...
Searching...
No Matches
Public Attributes | List of all members
imgdoc2::DocumentMetadataItem Struct Reference

This structure is used to return information about a document metadata item. The flags field specifies which pieces of information are valid. More...

#include <IDocumentMetadata.h>

Public Attributes

DocumentMetadataItemFlags flags { DocumentMetadataItemFlags::None }
 The flags indicating which pieces of information are valid.
 
imgdoc2::dbIndex primary_key { std::numeric_limits<imgdoc2::dbIndex>::max() }
 The primary key of the metadata item. Check the flags field to see if this is valid.
 
std::string name
 The name of the metadata item. Check the flags field to see if this is valid.
 
std::string complete_path
 The complete path of the metadata item. Check the flags field to see if this is valid.
 
DocumentMetadataType type { DocumentMetadataType::kInvalid }
 The type of the metadata item. Check the flags field to see if this is valid.
 
IDocumentMetadata::metadata_item_variant value
 The value of the metadata item. Check the flags field to see if this is valid.
 

Detailed Description

This structure is used to return information about a document metadata item. The flags field specifies which pieces of information are valid.


The documentation for this struct was generated from the following file: