DeepCopy Method

The DeepCopy method makes a full copy of the inputPS property set, and then parses this copy into the following property set:

this 

It returns one of the following values:

  • true. Siebel Open UI made a full copy of the inputPS property set, and then parsed it.

  • false. Siebel Open UI did not make a full copy of the inputPS property set, and then parse it.

It uses the following format:

DeepCopy(inputPS) 

For example:

outputPS.DeepCopy (inputPS) 

It uses the following arguments:

  • inputPS. An input property set that contains the values that Siebel Open UI copies to the outputPS property set.