IsSubscribed Method

Determines if the URL is in the system subscription store.

Syntax

subscribed = FeedsManager.IsSubscribed(feedUrl)

Parameters

feedUrl Required. String that specifies the URL for the feed.

Return Value

Boolean that returnsĀ one of the following possible values:

  • true
    The user is subscribed to the feed.
  • false
    This is an improvised feed.

Applies To

FeedsManager