Click or drag to resize
ForumAttachmentInfoProviderGetAttachmentFileBinary Method
Returns the file binary from disk.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static byte[] GetAttachmentFileBinary(
	Guid guid,
	string siteName
)

Parameters

guid
Type: SystemGuid
Attachment guid
siteName
Type: SystemString
Attachment sitename

Return Value

Type: Byte
See Also