| WbMonolingualTextsCollectionRemove(String, String) Method |
This is preliminary documentation and is subject to change.
Removes a text entry from the collection.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public bool Remove(
string language,
string text
)
Public Function Remove (
language As String,
text As String
) As Boolean
Dim instance As WbMonolingualTextsCollection
Dim language As String
Dim text As String
Dim returnValue As Boolean
returnValue = instance.Remove(language,
text)
public:
bool Remove(
String^ language,
String^ text
)
member Remove :
language : string *
text : string -> bool
Parameters
- language String
- The language code to be removed.
- text String
- The text content of the entry to be removed.
Return Value
BooleanWhether one or more text entries has been removed.
See Also