Click or drag to resize
PictureLifeCycleStatusTypeListGet Method
Returns the first picture life cycle status type in the list which has an identifier corresponding to the parameter identifier.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IPictureLifeCycleStatusType Get(
	PictureLifeCycleStatusIdentifier identifier
)

Parameters

identifier
Type: ArtDatabanken.DataPictureLifeCycleStatusIdentifier
Identifier for requested picture life cycle status type.

Return Value

Type: IPictureLifeCycleStatusType
Picture life cycle status type with the correct identifier.
Exceptions
ExceptionCondition
ArgumentException Thrown if no picture life cycle status type has the requested identifier.
See Also