Table of Contents

Method RenderBreadcrumb

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

RenderBreadcrumb(IReadOnlyList<string>)

The rendered breadcrumb for a structural path, or null when the path is empty.

public static string? RenderBreadcrumb(IReadOnlyList<string> headingPath)

Parameters

headingPath IReadOnlyList<string>

Returns

string