ItemIdListIsFolder Property |
Does this ItemIdList element represent a directory?
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public bool IsFolder { get; }
Public ReadOnly Property IsFolder As Boolean
Get
public:
virtual property bool IsFolder {
bool get () sealed;
}
abstract IsFolder : bool with get
override IsFolder : bool with get
Property Value
Type:
BooleanImplements
IJamItemIdListIsFolderSee Also