Click or drag to resize

Win32FindDataHasExtension Method (String)

Determines whether this instance has one of the specified extensions.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool HasExtension(
	params string[] extensions
)

Parameters

extensions
Type: SystemString
A list of extensions to test.

Return Value

Type: Boolean
true if this instance has one of the specified extensions.
See Also