CoreShellFolderEnumObjects Method (SHCONTF, Boolean) |
Enables a client to determine the contents of a folder by creating an item identifier enumeration object.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IEnumerable<ShellItemIdList> EnumObjects(
SHCONTF flags = SHCONTF.SHCONTF_FOLDERS|SHCONTF.SHCONTF_NONFOLDERS,
bool throwOnError = true
)
Parameters
- flags (Optional)
- Type: ShellBoost.Core.WindowsShellSHCONTF
The options. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
IEnumerableShellItemIdListA list of sub objects of this instance.
See Also