The HsvSecurityLoadACV type library exposes the IHsvLoadExtractOptions and IHsvLoadExtractOption interfaces; these interfaces provide access to security load and extract options. For information on these interfaces, see Load and Extract Option Interfaces.
To set a security load or extract option:
Set an IHsvLoadExtractOption object reference for the option with IHsvLoadExtractOptions.Item.
Set the option’s value with the IHsvLoadExtractOption.CurrentValue property.
The options available for loading data are described in Security Load Options, and the options available for extracting data are described in Security Extract Options. These topics include the valid values for Item and CurrentValue. |