Click or drag to resize

FolderInitEventArgsInitializeOptions Property

Gets or sets the options used when the folder instance is initialized. If not null, the folder initialization will use these options instead of the folder's InitializeOptions property.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ShellFolderInitializationOptions? InitializeOptions { get; set; }

Property Value

Type: NullableShellFolderInitializationOptions
The initialize options.
See Also