FolderInitEventArgs Class |
Namespace: ShellBoost.Core
public sealed class FolderInitEventArgs : EventArgs
The FolderInitEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Folder |
Gets or sets the ShellFolder instance.
|
![]() | HResult |
Gets or sets the operation HResult.
Only used if Folder property is null.
Only negative values (errors) are taken into account.
|
![]() | IdList |
Gets the folder's PIDL.
|
![]() | InitializeOptions |
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.
|
![]() | ProxyCacheOptions |
Gets or sets the proxy cache options.
If not null, the folder initialization will use these options instead of the server's ProxyCacheOptions property.
|