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

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

Parameters

forumAttachmentId
Type: SystemInt32
ForumAttachment id
See Also