AddRange(IEnumerable<NormalizedPath>, bool) Method
Adds the specified paths to the collection.
Namespace
Statiq.Common
Containing Type
PathCollection

Syntax

public void AddRange(IEnumerable<NormalizedPath> paths, bool removable)

Parameters

Name Type Description
paths IEnumerable<NormalizedPath> The paths to add.
removable bool Indicates if this path can be removed from the collection.