GetConsolidationMethodDescription

Returns a consolidation method’s description for the specified language.

Syntax

<HsvMetadata>.GetConsolidationMethodDescription lMethodID, lLangID, pbstrDescription

Argument

Description

lMethodID

Long (ByVal). The ID of the consolidation method.

Tip:

You can get consolidation method IDs with EnumConsolidationMethodIDs.

lLangID

Long (ByVal). The ID of the language.

Tip:

For a list of constants that represent supported languages, see Table 101, tagHFM_LANGUAGES Enumeration.

pbstrDescription

String. The consolidation method’s description for the language identified by the lLangID argument.

Example

GetConsolidationMethodDescription is used in the Example for GetConsolidationMethodInfo.