ContainsDescendant(NormalizedPath) Method
Checks if this directory contains the specified directory as a descendant.
Namespace
Statiq.Common
Containing Type
NormalizedPath

Syntax

public bool ContainsDescendant(in NormalizedPath path)

Parameters

Name Type Description
path NormalizedPath The directory path to check.

Return Value

Type Description
bool true if the directory contains this directory as a descendant, false otherwise.