folder_removeFile

Removes a file attachment from an entry.

Syntax

public void folder_removeFile( String accessToken, long entryId, String fileName );

Description

The folder_removeFile operation removes a file attachment from an entry in a folder.

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 identifier of the entry that includes the attachment you want to remove.

fileName

A string containing the filename of the attachment you want to remove from the entry.

return_value

None.

See Also