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

Property Value

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