Click or drag to resize
ForumAttachmentInfoProviderEnsureThumbnailFile Method
Ensures the thumbnail.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static string EnsureThumbnailFile(
	ForumAttachmentInfo attachmentInfo,
	int width,
	int height,
	int maxSideSize
)

Parameters

attachmentInfo
Type: CMS.ForumsForumAttachmentInfo
Attachment info
width
Type: SystemInt32
File width
height
Type: SystemInt32
File height
maxSideSize
Type: SystemInt32
Maximum side size

Return Value

Type: String
See Also