ItemIdListSpecialFolder Property |
SpecialFolder allows you to get the type of the currently listed folder.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public ShellFolder SpecialFolder { get; }
Public ReadOnly Property SpecialFolder As ShellFolder
Get
public:
virtual property ShellFolder SpecialFolder {
ShellFolder get () sealed;
}
abstract SpecialFolder : ShellFolder with get
override SpecialFolder : ShellFolder with get
Property Value
Type:
ShellFolderImplements
IJamItemIdListSpecialFolderSee Also