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 public static IList<string> GetKinds(
string extension
)
Parameters
- extension
- Type: SystemString
The file extension.
Return Value
Type:
IListStringA list of kinds (strings).
Exceptions See Also