ItemFromShellFolder Method |
Gets an Item instance from a data object.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Item FromShellFolder(
Object shellFolder,
bool noFolder = false
)
Parameters
- shellFolder
- Type: SystemObject
An IShellFolder instance. - noFolder (Optional)
- Type: SystemBoolean
if set to true the method will never return a Folder instance.
Return Value
Type:
Item
An Item instance or null.
See Also