Gets the question with the id from the database.

Namespace:  EPiServer.Community.Contest.Data
Assembly:  EPiServer.Community.Contest (in EPiServer.Community.Contest.dll) Version: 4.0.517.255

Syntax

C#
protected internal virtual Question GetQuestion(
	int id
)

Parameters

id
Type: System..::.Int32
The unique question id

Return Value

A subtype of question

See Also