Click or drag to resize
ForumAttachmentInfoProviderDeleteForumAttachmentInfoInternal Method
Deletes specified forumAttachment.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteForumAttachmentInfoInternal(
	ForumAttachmentInfo infoObj
)

Parameters

infoObj
Type: CMS.ForumsForumAttachmentInfo
ForumAttachmentInfo object
See Also