There are no attributes in this class.
copyTo(target, new_name=None)
Copy this object to the target given.
Returns the new name within the target.
Typically, the target is adapted to IPasteTarget. After the copy is added to the target container, publish an IObjectCopied event in the context of the target container. If a new object is created as part of the copying process, then an IObjectCreated event should be published.
copyable()
copyableTo(target, name=None)
Say whether the object can be copied to the given target.
Returns True if it can be copied there. Otherwise, returns False.
There are no known subclasses.