FindUnder Properties | MSBuild Extension Pack Help 4.0.12.0 |
The FindUnder type exposes the following members.
Properties
Name | Description | |
---|---|---|
FoundItems |
The list of items (files and or directories) which were found.
|
|
ModifiedAfterDate |
Set this value to only return files or folders modified after the given value
|
|
ModifiedBeforeDate |
Set this value to only return files or folders modified before the given value
|
|
Path |
The path that the FindUnder will be executed against.
This is a Required value.
|
|
Recursive |
Sets whether the File search is recursive. Default is true
|
|
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. |
See Also