IApiTocGeneratorListTopicOrder Property

This is used to get or set the list topic order in the table of contents

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
IEnumerable<ApiMemberGroup> ListTopicOrder { get; set; }

Property Value

IEnumerableApiMemberGroup

See Also