getWebsite

Gets website from its id.

  1. auto getWebsite(string name)
  2. auto getWebsite(ulong id)
    getWebsite
    (
    ulong id
    )

Parameters

id ulong

The id of the website.

Return Value

Type: auto

The website's db representation.

Meta