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

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
protected override void DeleteInfo(
	ForumAttachmentInfo info
)

Parameters

info
Type: CMS.ForumsForumAttachmentInfo
Object to delete
See Also