Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
PathCollection
.
PathCollection
()
Constructor
Namespace
Statiq
.Common
Type
PathCollection
Constructors
PathCollection
()
PathCollection
(IEnumerable
<
Normalized
Path>
)
PathCollection
(NormalizedPath[])
Method Members
Add
(NormalizedPath)
Add
(NormalizedPath,
bool)
AddRange
(IEnumerable
<
Normalized
Path>
)
AddRange
(IEnumerable
<
Normalized
Path>
,
bool)
Clear
()
Contains
(NormalizedPath)
GetEnumerator
()
IndexOf
(NormalizedPath)
Insert
(int,
NormalizedPath)
Insert
(int,
NormalizedPath,
bool)
Remove
(NormalizedPath)
RemoveAt
(int)
RemoveRange
(IEnumerable
<
Normalized
Path>
)
Property Members
Count
this[int]
Initializes a new path collection.
Namespace
Statiq
.Common
Containing Type
PathCollection
Syntax
public PathCollection()
On This Page
Syntax