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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
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