Deletes all subscriptions matching the specified object key

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

Syntax

C#
void DeleteSubscriptionsByObjectKey(
	int portalId,
	string objectKey
)
Visual Basic
Sub DeleteSubscriptionsByObjectKey ( 
	portalId As Integer,
	objectKey As String
)

Parameters

portalId
Type: System..::..Int32
Portal Id
objectKey
Type: System..::..String
Object Key

See Also