Check if the User has permission on the Subscription based on the Subscription ModuleId and TabId.

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

Syntax

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

Return Value

True if user has permission, false otherwise

See Also