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

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

Parameters

forumAttachment
Type: CMS.ForumsForumAttachmentInfo
ForumAttachmentInfo to set
See Also