Returns true if a user is subscribed to a Content.

Namespace: DotNetNuke.Services.Social.Subscriptions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
bool IsSubscribed(
	Subscription subscription
)
Visual Basic
Function IsSubscribed ( 
	subscription As Subscription
) As Boolean

Return Value

True if the user is subscribed to the content, false otherwise

See Also