Click or drag to resize

WikiPageEditOptionsContent Property

This is preliminary documentation and is subject to change.

The new page content; use empty string ("") to clear the page content.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
public string Content { get; init; }

Property Value

String
Remarks

When using with EditSectionAsync(String, WikiPageEditOptions), the content should also include the section heading part (== Title ==). Otherwise, the section heading will be removed, and the section will be merged with the previous one.

When using with AddSectionAsync(String, WikiPageEditOptions), the content does not include the section heading part.

See Also