public class MenuFolderTM

assembly RefDocGen
namespace RefDocGen.TemplateProcessors.Shared.TemplateModels.Menu
Base type:  object
Implements:  IEquatable<MenuFolderTM>

Represents a folder in the top menu.

Constructors

public MenuFolderTM(string Name, MenuPageLinkTM[] Pages) #
Represents a folder in the top menu.
Parameters
string Name
Name of the folder, intended to be displayed to the user.
Array of pages contained in the folder.

Properties

public string Name { get; init; } #
Name of the folder, intended to be displayed to the user.
public MenuPageLinkTM[] Pages { get; init; } #
Array of pages contained in the folder.