WebCenter Interaction API  
 

IPTObjectManager.Clone Method (Int32, Int32)

Create a new object of this class that is a copy of an existing object. Place the copy in a different folder than the original, but name the new object with the same name as the original.

int Clone(
   int nObjectID,
   int iFolderID
);

Parameters

nObjectID
the ID of the object to be copied
iFolderID
the ID of the folder in which the new object should be stored

Return Value

the ObjectID of the new object

See Also

IPTObjectManager Interface | com.plumtree.server Namespace | IPTObjectManager.Clone Overload List