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.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
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