Click or drag to resize
PictureManagerGetAllRecommendedPictureIds Method
Gets all recommended picutres from picture relation type.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public PictureGuidList GetAllRecommendedPictureIds(
	IUserContext userContext,
	IPictureRelationType pictureRelationType
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureRelationType
Type: ArtDatabanken.DataIPictureRelationType
Picture relation of this type.

Return Value

Type: PictureGuidList
Picture guids related to specified object.

Implements

IPictureManagerGetAllRecommendedPictureIds(IUserContext, IPictureRelationType)
See Also