Gets a flag that dertermines if the file is an Image

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual bool IsImageFile(
	IFileInfo file
)
Visual Basic
Public Overridable Function IsImageFile ( 
	file As IFileInfo
) As Boolean

Parameters

file
Type: DotNetNuke.Services.FileSystem..::..IFileInfo
The file to test.

Return Value

The flag as a boolean value.

Implements

IFileManager..::..IsImageFile(IFileInfo)

See Also