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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntax
[JsonIgnoreAttribute]
public bool IsCaseSensitive { get; init; }

Property Value

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