migration_addFolderEntry

Accepts a Java object to add an entry to a folder, allowing preservation of SiteScape Forum data.

Syntax

public long migration_addFolderEntry( String accessToken, FolderEntry entry, boolean subscribe );

Description

The migration_addFolderEntry operation adds an entry to a folder.

If you prefer to use an XML string to create the new entry, use the migration_addFolderEntryWithXML operation.

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.

entry

A FolderEntry Java object that contains information used to create the new entry, including information from the entry in the Forum installation.

subscribe

A Boolean value that implements the Forum notify me when someone replies to this entry feature by establishing a subscription for the entry owner.

return_value

The identifier of the newly created entry.

See Also