Click or drag to resize

WikibaseSiteInfoMakeEntityUri Method

This is preliminary documentation and is subject to change.

Makes an entity URL out of the specified entity ID.

Namespace: WikiClientLibrary.Wikibase
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public string MakeEntityUri(
	string entityId
)

Parameters

entityId  String
Wikibase entity ID, such as P13, Q175.

Return Value

String
The corresponding Wikibase entity URI. This URI can be used in RDF representations.
Exceptions
ExceptionCondition
ArgumentNullExceptionentityId is null.
Remarks
This method simply concatenates ConceptBaseUri and entityId, and does not validate the given entity ID.
See Also