Click or drag to resize

FileSystemVolumeEnumerateAll Method

Gets the list of all volumes.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IEnumerable<FileSystemVolume> EnumerateAll(
	bool throwOnError = true
)

Parameters

throwOnError (Optional)
Type: SystemBoolean
true to throw errors; otherwise false.

Field Value

Type: IEnumerableFileSystemVolume
The list of all volumes.

Return Value

Type: IEnumerableFileSystemVolume
The list of all volumes.
See Also