getWebPage

Gets an web page from its id.

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

Parameters

id ulong

The id of the web page.

Return Value

Type: auto

The web page's db representation.

Meta