Click or drag to resize

ShellBrowserBaseMultiObjects Property

Holds a list of files that serves as selection for some operations like showing the context menu.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public JamItemIdListCollection MultiObjects { get; }

Property Value

Type: JamItemIdListCollection
Remarks
Files contained in MultiObjects have to be relative to the Folder property of the Shellbrowser instance.
See Also