Click or drag to resize
ImageHelperIsEditableImage Method
Determines whether it is an editable image extension or not. Accepts extensions in both formats ".gif", and "gif"

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static bool IsEditableImage(
	string extension
)

Parameters

extension
Type: SystemString
File extension to check

Return Value

Type: Boolean
See Also