HP Operations Manager for Windows

OV_ConfigFileVariety::VarietyIsExisting()
OV_ConfigFileVariety::VarietyIsExisting_Trans()


boolean VarietyIsExisting(
[in] string Application,
[in] string SubGroup,
[in] string Filename)

Parameters

Application
Application part of the existing variety.
SubGroup
SubGroup part of the existing variety.
Filename
Filename part of the existing variety.

Calling Convention

These methods can be called from a WMI class or instance object.

Description

Returns true if the variety exists.

If the parameter Filename equals "<*>" (without quotes), there must be no Filename under the SubGroup. Otherwise, the method returns false.

Return Value

True if the variety exists.

Extended Status Codes

None.