 | ContentSectionInfoTocLevel Property |
This is preliminary documentation and is subject to change.
Toc level of the heading. This is usually
Level - 1.
Namespace: WikiClientLibrary.Pages.ParsingAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic int TocLevel { get; init; }
Public Property TocLevel As Integer
Get
Set
Dim instance As ContentSectionInfo
Dim value As Integer
value = instance.TocLevel
instance.TocLevel = value
public:
property int TocLevel {
int get ();
void set (int value);
}
member TocLevel : int with get, set
Property Value
Int32
See Also