Click or drag to resize
MediaFileInfoProviderEnsureThumbnailFile Method
Ensures the thumbnail file.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 8.2.23
Syntax
C#
public static string EnsureThumbnailFile(
	MediaFileInfo fileInfo,
	string siteName,
	int width = 0,
	int height = 0,
	int maxSideSize = 0,
	bool usePreview = false
)

Parameters

fileInfo
Type: CMS.MediaLibraryMediaFileInfo
File info
siteName
Type: SystemString
Site name
width (Optional)
Type: SystemInt32
File width
height (Optional)
Type: SystemInt32
File height
maxSideSize (Optional)
Type: SystemInt32
Maximum side size
usePreview (Optional)
Type: SystemBoolean
Use preview file

Return Value

Type: String
See Also