ForumAttachmentInfoProvider.GetImageThumbnailFile Method |
Returns the image thumbnail from the disk.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntaxpublic static byte[] GetImageThumbnailFile(
Guid guid,
string siteName,
int width,
int height
)
Parameters
- guid
- Type: System.Guid
Guid of the file to get - siteName
- Type: System.String
Attachment sitename - width
- Type: System.Int32
Image thumbnail height - height
- Type: System.Int32
Image thumbnail width
Return Value
Type:
Byte[]
See Also