Testing Siebel Business Applications > Functional Test Object Reference > SiebTree Methods >

GetChildCount Method


The GetChildCount method finds the tree item at the specified position and returns the number of child nodes of the tree item that are displayed on the current page.

Syntax

GetChildCount (Position)

Argument
Description

Position

A String that indicates the position of the node in the tree. It is in the format
   first-level-position.second-level-position.third-level-position
where each position is in relation to its current context within the preceding level. For example, 1.3.2 represents the second node within the third node of the first root node.

Returns

An Integer indicating the number of child nodes of the specified tree item that are displayed on the current page. For lists that span multiple pages, the parent node is displayed on each page.

Testing Siebel Business Applications Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.