Click or drag to resize
CMSOutputForumAttachment Constructor (ForumAttachmentInfo, Byte)
Constructor.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public CMSOutputForumAttachment(
	ForumAttachmentInfo fi,
	byte[] data
)

Parameters

fi
Type: CMS.ForumsForumAttachmentInfo
ForumAttachment info
data
Type: SystemByte
Output file data
See Also