Click or drag to resize

FolderPickerForceFileSystem Property

Gets or sets a value indicating whether to include only file system folders.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool ForceFileSystem { get; set; }

Property Value

Type: Boolean
true if only file system folders are included; otherwise, false.
See Also