Click or drag to resize
ReportSubscriptionInfoProviderDeleteReportSubscriptionInfoInternal Method
Deletes specified subscription.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteReportSubscriptionInfoInternal(
	ReportSubscriptionInfo subscriptionObj
)

Parameters

subscriptionObj
Type: CMS.ReportingReportSubscriptionInfo
Subscription to be deleted.
See Also