ExtractedItemInfo

ExtractedItemInfo constructor

Initializes a new instance of the ExtractedItemInfo class.

public ExtractedItemInfo(FormatFamily formatFamily, DocumentField[] fields, string itemInfo, 
    string innerPath)
Parameter Type Description
formatFamily FormatFamily The document format family.
fields DocumentField[] The extracted fields.
itemInfo String The item information.
innerPath String The path to the item in the container.

See Also