Click or drag to resize
BlogPostSubscriptionInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	BlogPostSubscriptionInfo info
)

Parameters

info
Type: CMS.BlogsBlogPostSubscriptionInfo
Object to delete
See Also