HsvMetadataLoadACV Type Library Overview

The HsvMetadataLoadACV type library contains the HsvMetadataLoadACV object, which you use to extract metadata. The HsvMetadataLoadACV type library also exposes the HsvLoadExtractOptions and HsvLoadExtractOption interfaces, which you use to specify extract options. For an overview of how to use this type library, see Extracting Metadata .

Note:

Assign HsvMetadataLoadACV object references with the Set keyword.

The following table lists the HsvMetadataLoadACV object’s properties, and Table 48 lists the HsvMetadataLoadACV object’s methods.

Table 47. HsvMetadataLoadACV Object Properties

Property

Description

ExtractOptions

Returns an object reference to an instance of the IHsvLoadExtractOptions interface for an extraction operation. You must set this property before extracting metadata with Extract.

LoadOptions

Returns an object reference to an instance of the IHsvLoadExtractOptions interface for a load operation. You must set this property before calling the Load method for any of the applicable objects.

The previously mentioned properties are also members of other type libraries, and are described in detail in Common Load and Extract Properties.

The following table summarizes the HsvMetadataLoadACV object’s methods.

Table 48. HsvMetadataLoadACV Object Methods

Method

Description

Extract

Extracts metadata to a text file on the client computer.

Load

Loads metadata, data, or journals from a text file into an application, with the text file located on a client computer. For metadata, Load is supported only for Classic applications.

LoadWithAccessCodeFor internal use.

SetSession

Points to the HsvSession object for the application in which metadata is being extracted.

Caution!

You must call SetSession before using any of the HsvMetadataLoadACV object’s other properties or methods.

The previously mentioned methods are also members of other type libraries, and are described in Common Load and Extract Methods.