ForumAttachmentInfoProviderGetAttachmentFileBinary Method |
Returns the file binary from disk.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public static byte[] GetAttachmentFileBinary(
Guid guid,
string siteName
)
Parameters
- guid
- Type: SystemGuid
Attachment guid - siteName
- Type: SystemString
Attachment sitename
Return Value
Type:
ByteSee Also