Returns an XML string of the member IDs, labels, descriptions, or number of children of the specified dimension member’s children. A flag specifies which of these types of information will be returned.
<HFMwDimension>.EnumChildrenAsXML (varOBPScenario, varOBPYear, varOBPPeriod, varParentMember, lStartingIndex, lMaxMembers, lFlagsRequestedInfo, pvarbstrXMLDoc, pvarlTotalMembersInEnum)Specifies the member for which you want to return children. You can pass either a member ID or a member label. | |
Specifies the starting index (base 0) within the enumeration for retrieving member information. | |
Specifies the maximum number of members to return. To return all child members, pass 0. | |
Specifies the type of information to return. Valid values are represented by the HFMConstants type library constants listed in Metadata Information Constants. You can pass more than one constant by using Or. | |
Returns an XML string containing the requested information. The XML string is described in Dimension Member Enumerations DTD. | |
Returns the number of child members in the XML string that is returned by the pvarbstrXMLDoc argument.