Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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