Click or drag to resize
IPictureManagerGetPictureRelationType Method (IUserContext, PictureRelationTypeIdentifier)
Get requested picture relation type.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
IPictureRelationType GetPictureRelationType(
	IUserContext userContext,
	PictureRelationTypeIdentifier pictureRelationTypeIdentifier
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureRelationTypeIdentifier
Type: ArtDatabanken.DataPictureRelationTypeIdentifier
Identifier for requested picture relation type.

Return Value

Type: IPictureRelationType
Requested picture relation type.
See Also