Class PathSelector
Matches asset depending on their URL, using a gitignore-like format (based on fnmatch()).
[DataContract("PathSelector")]
public class PathSelector : AssetSelector
- Inheritance
-
PathSelector
Constructors
PathSelector()
public PathSelector()
Properties
Paths
Gets or sets the paths (gitignore format).
public List<string> Paths { get; set; }
Property Value
Methods
Select(PackageSession, IContentIndexMap)
public override IEnumerable<string> Select(PackageSession packageSession, IContentIndexMap contentIndexMap)
Parameters
packageSession
PackageSessioncontentIndexMap
IContentIndexMap