Click or drag to resize

ComServerIsShellFolder Property

Determines if this is a Shell Folder.

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

Property Value

Type: Boolean
true if this is a Shell Folder; false otherwise.
See Also