Gets the questions for the specified contest.

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

Syntax

C#
protected internal virtual QuestionCollection GetQuestions(
	Contest contest
)

Parameters

contest
Type: EPiServer.Community.Contest..::.Contest
The contest for which to load questions

Return Value

A collection of questions

See Also