this[string[]] Property
Returns documents with destination paths from all pipelines that satisfy the globbing pattern(s), ordering documents in descending order of their timestamp (I.e. the most recently created documents are returned first).
Namespace
Statiq.Common
Containing Type
IPipelineOutputs
Property Type
FilteredDocumentList<IDocument>

Syntax

FilteredDocumentList<IDocument> this[params string[] destinationPatterns] { get; }

Parameters

Name Type Description
destinationPatterns string[]

Value

Type Description
FilteredDocumentList<IDocument>