You are here: Reference > JavaScript > client-side > browser > methods > IsSubscribed (external)

IsSubscribed method (external)

Browser support:
Returns whether the client is subscribed to the specified channel.
This method is deprecated, and should not be used.

Syntax:

object.IsSubscribed (URL);
You can find the related objects in the Supported by objects section below.

Parameters:

URL
Required. String that specifies the location of the CDF (Channel Definition Format) file. The specified URL must point to the same domain that the page is served from. If you need information about the CDF format, please visit the following site: How to Create Channel Definition Format (CDF) Files.

Return value:

Boolean. One of the following values:
false The client is not subscribed to the channel.
true The client is subscribed to the channel.

Supported by objects:

External links:

User Contributed Comments

Post Content

Post Content