Click or drag to resize
ForumAttachmentInfoProvider.DeleteForumAttachmentInfo Method (ForumAttachmentInfo)
Deletes specified forumAttachment.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntax
C#
public static void DeleteForumAttachmentInfo(
	ForumAttachmentInfo infoObj
)

Parameters

infoObj
Type: CMS.Forums.ForumAttachmentInfo
ForumAttachmentInfo object
See Also