Click or drag to resize

ShellUtilitiesGetKinds Method

Gets the available shell kinds for a given file extension.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IList<string> GetKinds(
	string extension
)

Parameters

extension
Type: SystemString
The file extension.

Return Value

Type: IListString
A list of kinds (strings).
Exceptions
ExceptionCondition
ArgumentNullExceptionextension is null.
See Also