Copy Method
The Copy method copies the following property set:
this
It returns one of the following values:
true. Siebel Open UI made a copy of the property set.
false. Siebel Open UI did not make a copy of the property set.
It adds every child and subchild in the childArray of the input property set to the childArray of the following property set:
this
It uses the following format:
Copy(old)
For example:
outputPS.Copy(inputPS);
It uses the following arguments:
inputPS. Identifies the input property set that Siebel Open UI copies.