Click or drag to resize
IPictureManagerGetRecommendedPictureIdsByObjectGuid Method
Get recommended picture ids related to corresponding object guids.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
PictureGuidList GetRecommendedPictureIdsByObjectGuid(
	IUserContext userContext,
	List<string> objectGuids,
	IPictureRelationType pictureRelationType
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
objectGuids
Type: System.Collections.GenericListString
Guids for objects that may be related to a picture.
pictureRelationType
Type: ArtDatabanken.DataIPictureRelationType
Picture relation of this type.

Return Value

Type: PictureGuidList
Picture guids related to specified object.
See Also