HugoYamlBasedFrontMatterSyntaxNode.Find

HugoYamlBasedFrontMatterSyntaxNode.Find<T> method

Defines the interface for find T by String Path

public 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