Click or drag to resize
ForumAttachmentInfoProviderSetForumAttachmentInfo Method
Sets (updates or inserts) specified forumAttachment.

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

Parameters

forumAttachment
Type: CMS.ForumsForumAttachmentInfo
ForumAttachmentInfo to set
See Also