HsvJournalLoadACV Type Library Overview
The HsvJournalLoadACV type library contains the HsvJournalLoadACV object, which you use to load and extract journals and journal templates. The HsvJournalLoadACV type library also exposes the HsvLoadExtractOptions and HsvLoadExtractOption interfaces, which you use to specify load and extract options. For an overview of how to use this type library to load or extract journals and templates, see the following topics:
The following table lists the HsvJournalLoadACV object’s properties, and Table 53 lists the HsvJournalLoadACV object’s methods.
Table 52. HsvJournalLoadACV Object Properties
Property | Description |
---|
ExtractOptions | Returns an object reference to an instance of the IHsvLoadExtractOptions interface for an unfiltered journal extraction. You must set this property before extracting journals with Extract. |
ExtractOptionsEx | Returns an object reference to an instance of the IHsvLoadExtractOptions interface for a filtered journal extraction. You must set this property before extracting journals with ExtractEx. |
LoadOptions | Returns an object reference to an instance of the IHsvLoadExtractOptions interface for a load operation. You must set this property before loading journals with Load. |
The above properties are also members of other type libraries, and are described in detail in Common Load and Extract Properties.
The following table summarizes the HsvJournalLoadACV object’s methods.
Table 53. HsvJournalLoadACV Object Methods
Method | Description |
---|
Extract | Extracts journals and journal templates to a text file on the client computer. |
ExtractEx | Extracts journals from an application into a text file on the client computer, applying the filtering criteria set with ExtractOptionsEx. |
Load | Loads journals and templates from a text file on the client computer. |
SetSession | Points to the HsvSession object for the application in which data is being loaded or extracted. Caution! You must call SetSession before using any of the HsvJournalLoadACV object’s other properties or methods. |
The above methods are also members of other type libraries, and are described in Common Load and Extract Methods.