ForumAttachmentInfoProviderGetAttachmentFile Method (ForumAttachmentInfo) |
Returns the file from disk or (if not available on the disk) from database.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public static byte[] GetAttachmentFile(
ForumAttachmentInfo attachmentInfo
)
Parameters
- attachmentInfo
- Type: CMS.ForumsForumAttachmentInfo
Forum attachment info object
Return Value
Type:
ByteSee Also