| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
Int32See Also