Click or drag to resize
PictureRelationDataTypeListGet Method
Returns the first picture relation data 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 IPictureRelationDataType Get(
	PictureRelationDataTypeIdentifier identifier
)

Parameters

identifier
Type: ArtDatabanken.DataPictureRelationDataTypeIdentifier
Identifier for requested picture relation data type.

Return Value

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