ForumAttachmentInfoProviderGetAttachmentFile Method (Guid, String) |
Returns the attachment 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(
Guid guid,
string siteName
)
Parameters
- guid
- Type: SystemGuid
Guid of the attachment file to get - siteName
- Type: SystemString
Attachment site name
Return Value
Type:
ByteSee Also