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

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

Parameters

infoObj
Type: CMS.ForumsForumAttachmentInfo
ForumAttachmentInfo object
See Also