Click or drag to resize
IPictureManagerGetPictureRelationType Method (IUserContext, Int32)
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,
	int pictureRelationTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureRelationTypeId
Type: SystemInt32
Id for requested picture relation type.

Return Value

Type: IPictureRelationType
Requested picture relation type.
See Also