Click or drag to resize

Win32FindDataHasExtension Method (IEnumerableString)

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(
	IEnumerable<string> extensions
)

Parameters

extensions
Type: System.Collections.GenericIEnumerableString
A list of extensions to test.

Return Value

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