Click or drag to resize
ImageHelperIsFlash Method

Note: This API is now obsolete.

Determines whether it is a flash extension or not.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete, use GlobalHelper.MediaHelper.IsFlash instead.")]
public static bool IsFlash(
	string extension
)

Parameters

extension
Type: SystemString
File extension to check

Return Value

Type: Boolean
See Also