HsvMetadata Object Methods

The HsvMetadata object’s methods return information on consolidation methods, load and extract metadata files on application servers, get the languages defined for applications, and return certain types of metadata-related information. These methods are summarized in Table 11, HsvMetadata Object Methods.

Tip:

The HsvMetadata object also contains several properties. For more information, see HsvMetadata Object Properties.

Set HsvMetadata object references with the Metadata property of the HsvSession object as shown in the following example:

  Dim cHsvMetadata as HsvMetadata
  Set cHsvMetadata = m_cHsvSession.MetaData