Copies a folder entry.
public long folder_copyEntry( String accessToken, long entryId, long parentFolderId );
The folder_copyEntry operation copies a folder entry.
NOTE:This operation does not copy workflow information for an entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The entry identifier of the folder entry you want to copy.
The folder identifier of the folder you want to contain the copied entry.
The entry identifier of the new entry created by copying the existing entry.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)