Gets the contest with the specified id

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

Syntax

C#
protected internal virtual Contest GetContest(
	int id
)

Parameters

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

Return Value

A contest object or null if none found

See Also