InsertChildAt Method for a Property Set

The InsertChildAt method inserts a child property set in a parent property set at a specific location. This method does not return any information. For more information, see AddChild Method for a Property Set.

Format

oPropSet.InsertChildAt childObject, index

The following table describes the arguments for the InsertChildAt method.

Argument Description

childObject

The property set that Siebel CRM must make a child. It makes this property set a child of the property set that the oPropSet variable identifies.

index

An integer that identifies the position where Siebel CRM must insert the property set. The childObject argument identifies this property set.

Usage

For more information, see How Siebel CRM Handles Indexing for Child Property Sets in GetChild Method for a Property Set.

Used With

Browser Script, COM Data Control, COM Data Server, Siebel Java Data Bean, Mobile Web Client Automation Server, Server Script