FindUnder Properties

MSBuild Extension Pack

FindUnder Properties MSBuild Extension Pack Help 4.0.12.0

The FindUnder type exposes the following members.

Properties

  Name Description
Public property FoundItems
The list of items (files and or directories) which were found.
Public property ModifiedAfterDate
Set this value to only return files or folders modified after the given value
Public property ModifiedBeforeDate
Set this value to only return files or folders modified before the given value
Public property Path
The path that the FindUnder will be executed against. This is a Required value.
Public property Recursive
Sets whether the File search is recursive. Default is true
Public property SearchPattern
This in an optional input property. This will set the SearchPattern to be used in the search.
The default value for this is "*";
This value is passed to either the System.IO.DirectoryInfo.GetDirectories method and/or the System.IO.FileInfo.GetFiles method. See that documentation for usage guidlines.
Top
See Also

Reference