RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
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.
MenuPageLinkTM[]
Pages
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.
Made with
RefDocGen