Click or drag to resize
PictureRelationTypeListGet Method
Returns the first picture relation 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 IPictureRelationType Get(
	PictureRelationTypeIdentifier identifier
)

Parameters

identifier
Type: ArtDatabanken.DataPictureRelationTypeIdentifier
Identifier for requested picture relation type.

Return Value

Type: IPictureRelationType
Picture relation type with the correct identifier.
Exceptions
ExceptionCondition
ArgumentException Thrown if no picture relation type has the requested identifier.
See Also