SolutionNavigationGroup

Represents a navigation group within a solution.

Syntax

public class SolutionNavigationGroup

Inheritance

Properties

Group

[JsonPropertyName("group")]
public string Group { get; set; }
Gets or sets the display name of the navigation group.

Returns

string The text shown as the group header in the sidebar navigation.

Pages

[JsonPropertyName("pages")]
public List<string> Pages { get; set; }
Gets or sets the list of pages in this group.

Returns

List<string> The pages that appear under this group in the navigation.

Source

[JsonPropertyName("source")]
public string Source { get; set; }
Gets or sets the source type for pages in this group.

Returns

string How the pages in this group are generated or sourced.

Remarks

This class defines a collapsible section in the sidebar navigation that contains related pages.