Click or drag to resize

ProjectedDirectoryEnumerationEventArgsEnumerable Property

Gets or sets a value that receives the enumerated items from the provider. If SearchExpression is not null, the provider must return only those directory entries whose names match the search expression. If SearchExpression is null, the provider must return all directory entries.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual IEnumerable<ProjectedFileSystemItem> Enumerable { get; set; }

Property Value

Type: IEnumerableProjectedFileSystemItem
The items.
See Also