folder_copyEntry

Copies a folder entry.

Syntax

public long folder_copyEntry( String accessToken, long entryId, long parentFolderId );

Description

The folder_copyEntry operation copies a folder entry.

NOTE:This operation does not copy workflow information for an entry.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

entryId

The entry identifier of the folder entry you want to copy.

parentFolderId

The folder identifier of the folder you want to contain the copied entry.

return_value

The entry identifier of the new entry created by copying the existing entry.

See Also