IsArchive

FileType.IsArchive method

Determines whether input FileType is archive format.

public static bool IsArchive(FileType fileType)
Parameter Type Description
fileType FileType The FileType object.

Return Value

true

if input FileType is archive format; otherwise,

false

See Also