PresentationStyleSettingsApiTableOfContentsGenerator Property
This is used to get or set the table of content generator for API content
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public IApiTocGenerator ApiTableOfContentsGenerator { get; set; }
Public Property ApiTableOfContentsGenerator As IApiTocGenerator
Get
Set
public:
property IApiTocGenerator^ ApiTableOfContentsGenerator {
IApiTocGenerator^ get ();
void set (IApiTocGenerator^ value);
}
member ApiTableOfContentsGenerator : IApiTocGenerator with get, set
Property Value
IApiTocGenerator