WebCenter Interaction API  
 

IPTObjectManager.Clone Method (Int32, String)

Create a new object of this class that is a copy of an existing object. Place the copy in the same folder, and name the new object with the specified name

int Clone(
   int nObjectID,
   string sNewName
);

Parameters

nObjectID
the ID of the object to be copied
sNewName
the name to give to the new object

Return Value

the ObjectID of the new object

See Also

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