Click or drag to resize
ForumAttachmentInfoProviderGetAttachmentFile Method (ForumAttachmentInfo)
Returns the file from disk or (if not available on the disk) from database.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static byte[] GetAttachmentFile(
	ForumAttachmentInfo attachmentInfo
)

Parameters

attachmentInfo
Type: CMS.ForumsForumAttachmentInfo
Forum attachment info object

Return Value

Type: Byte
See Also