EnumMemberListsAsXML

Returns an XML string that enumerates the member lists available for a dimension. A flag specifies whether the names or the IDs of the member lists are returned.

Syntax

<HFMwDimension>.EnumMemberListsAsXML (lFlagsRequestedInfo, pvarbstrXMLDoc)

Argument

Description

lFlagsRequestedInfo

Specifies whether names or IDs of member lists are returned. Pass one of the following HFMConstants type library constants (for descriptions, see Metadata Information Constants):

  • WEBOM_METADATA_INFO_ID

  • WEBOM_METADATA_INFO_LABEL

  • WEBOM_METADATA_INFO_ALL

    Tip:

    You can pass more than one constant by using Or.

Input argument. Long subtype.

pvarbstrXMLDoc

Returns an XML string that contains the requested information. The XML string is described in Member List Enumerations DTD.

Output argument.

Return Value

Returns a count of the member lists for the dimension.