Click or drag to resize
ReportSubscriptionInfoProviderDeleteSubscriptions Method
Deletes the subscriptions based on the given where condition.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public static void DeleteSubscriptions(
	string where
)

Parameters

where
Type: SystemString
Where condition to filter data
See Also