Click or drag to resize
ImageHelperGetImage Method
Gets the image based on the file name.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public Image GetImage(
	string filename
)

Parameters

filename
Type: SystemString
File name

Return Value

Type: Image
See Also