HugoYamlBasedFrontMatterSyntaxNode.Find

HugoYamlBasedFrontMatterSyntaxNode.Find<T> method

Defines the interface for find T by string Path

public override T Find<T>(params string[] path)
    where T : ChildFrontMatterSyntaxNode
ParameterDescription
TThe T type.
pathThe string path.

Return Value

The T type.

Exceptions

exceptioncondition
ArgumentExceptionThrow the ArgumentException

See Also