IHsvLoadExtractOption Interface Overview

Each load or extract option is represented by an instance of the IHsvLoadExtractOption interface. The IHsvLoadExtractOption interface’s properties get and set the values of load and extract options, and also get various types of option-related information. The IHsvLoadExtractOption interface is exposed in the HsvSecurityLoadACV, HsvMetadataLoadACV, HsvcDataLoad, and HsvJournalLoadACV objects.

Assign object references to instances of the IHsvLoadExtractOption interface with the IHsvLoadExtractOptions interface’s Item property. For more information, see Item.

The following table lists the properties of the IHsvLoadExtractOption interface.

Table 44. IHsvLoadExtractOption Interface Properties

Property

Description

CurrentValue

Sets or returns the current value of a load or extract option.

DefaultValue

Returns the default value of a load or extract option.

MaxValue

For some load or extract options, MaxValue returns the option’s maximum valid value. Note that MaxValue is not supported by all load or extract options.

MinValue

For some load or extract options, MinValue returns the option’s minimum valid value. Note that MinValue is not supported by all load or extract options.

Name

Returns the name of a load or extract option. You can pass this name to Item.

OptionID

Returns the numeric ID of a load or extract option. You can pass this ID to Item.

ValidationList

Returns the valid values of certain load and extract options.

For detailed descriptions of these properties, see IHsvLoadExtractOption Interface Properties.