Click or drag to resize

WbMonolingualTextsCollectionRemove(String) Method

This is preliminary documentation and is subject to change.

Removes all the text entries associated with the specified language from the collection.

Namespace: WikiClientLibrary.Wikibase.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public bool Remove(
	string language
)

Parameters

language  String
The language code to be removed.

Return Value

Boolean
Whether one or more text entries has been removed.
Exceptions
ExceptionCondition
ArgumentNullExceptionlanguage is null.
See Also