Click or drag to resize

NamespaceInfoIsCaseSensitive Property

This is preliminary documentation and is subject to change.

Whether the first letter in the namespace title is upper-case. (MediaWiki 1.8+) Note that all the namespace names are case-insensitive. See "remarks" for more information.

Namespace: WikiClientLibrary.Sites
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
[JsonIgnoreAttribute]
public bool IsCaseSensitive { get; init; }

Property Value

Boolean
Remarks
See https://www.mediawiki.org/wiki/API:Siteinfo#Namespaces .
See Also