folder_getSubscription

Obtains subscription information for a specified folder.

Syntax

public Subscription folder_getSubscription( String accessToken, long entryId );

Description

The folder_getSubscription operation gets information about the e-mail notification settings for a specified 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 for the entry whose subscription information you want.

return_value

A Subscription Java object that contains information about e-mail notification settings for the specified folder.

See Also