This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.FileSet.
Summary
Gets a fileset by FileSetSettings
- Assembly
- Cake
.FileSet .dll - Namespace
- Cake
.FileSet - Containing Type
- FileSet
Syntax
public static IEnumerable<FilePath> Find(FileSetSettings settings)
Examples
IEnumerable>FilePath< filePaths = FileSet.Find(new FileSetSettings());
Parameters
Name | Type | Description |
---|---|---|
settings | FileSetSettings | Settings for fileset. |
Return Value
Type | Description |
---|---|
IEnumerable |
Returns an IEnumerable of FilePath that match the input patterns. |