Returns a consolidation method’s description for the specified language.
<HsvMetadata>.GetConsolidationMethodDescription lMethodID, lLangID, pbstrDescription
Long (ByVal). The ID of the consolidation method. You can get consolidation method IDs with EnumConsolidationMethodIDs. | |
Long (ByVal). The ID of the language. For a list of constants that represent supported languages, see Table 101, tagHFM_LANGUAGES Enumeration. | |
String. The consolidation method’s description for the language identified by the lLangID argument. |
GetConsolidationMethodDescription is used in the Example for GetConsolidationMethodInfo.