Click or drag to resize
IPictureDataSourceGetPictureRelations Method (IUserContext, String, IPictureRelationType)
Get picture relations related to specified object.

Namespace: ArtDatabanken.Data.DataSource
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
PictureRelationList GetPictureRelations(
	IUserContext userContext,
	string objectGuid,
	IPictureRelationType pictureRelationType
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
objectGuid
Type: SystemString
Guid for an object that may be related to pictures.
pictureRelationType
Type: ArtDatabanken.DataIPictureRelationType
Picture relation is of this type.

Return Value

Type: PictureRelationList
Picture relations related to specified object.
See Also