Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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