
Applies to: Local and SAP BusinessObjects connections.
This API simulates the navigation in the Member Selector and enables you to return a list of members that corresponds to the children of a specified member.
| Parameter | Description |
|---|---|
| memberID | ID of the member for which you want to return the children. |
| hierarchyName | ID of the hierarchy |
| from | First page number. Example: 0 |
| to | Last page number. Example: 1000 |
| ConnectionString As String |
Connection. Mandatory. For details about the syntax you must use, see ConnectionString Parameter - Syntax. |
| returnID | TRUE if you want to return the IDs of the members; FALSE if you want to return the captions of the members |