Returns documents with destination paths that satisfy the globbing pattern(s).
- Namespace
- Statiq
.Common - Containing Type
- DocumentList
<TDocument> - Property Type
- FilteredDocumentList
<TDocument>
Syntax
public virtual FilteredDocumentList<TDocument> this[params string[] destinationPatterns] { get; }
Parameters
| Name | Type | Description |
|---|---|---|
| destinationPatterns | string[] |
Value
| Type | Description |
|---|---|
| FilteredDocumentList |