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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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