| TocEntryApiParentMode Property |
This is used to get or set whether or not the table of contents is
split after this entry.
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ApiParentMode ApiParentMode { get; set; }
Public Property ApiParentMode As ApiParentMode
Get
Set
public:
property ApiParentMode ApiParentMode {
ApiParentMode get ();
void set (ApiParentMode value);
}
member ApiParentMode : ApiParentMode with get, set
Property Value
Type:
ApiParentModeRemarks This is only valid on root entries and the first one seen
will cause all items from that tiem onward to appear below the API
content. All items prior to the entry will appear before the API
content. If used, the ContentPlacement project property
will be ignored.
See Also