RemoveChild Method

The RemoveChild method removes a child from the child array of the property set at the location that the index specifies. It returns one of the following values:

  • true. Siebel Open UI removed a child from the child array.

  • false. Siebel Open UI did not remove a child from the child array.

It uses the following format:

RemoveChild (index) 

where:

  • index specifies the index of the child property set that Siebel Open UI removes from the childArray of the outputPS property set.

For example:

outputPS.RemoveChild(2);