Click or drag to resize
FactorManagerGetPublicPeriods Method (IUserContext)
Get all public periods. This method selects all public periods of the default period type corresponding to Swedish Red List.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual PeriodList GetPublicPeriods(
	IUserContext userContext
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.

Return Value

Type: PeriodList
All public periods.

Implements

IFactorManagerGetPublicPeriods(IUserContext)
See Also