Click or drag to resize
IPictureManagerGetPictureRelationDataType Method
Get picture relation data type with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
IPictureRelationDataType GetPictureRelationDataType(
	IUserContext userContext,
	int pictureRelationDataTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
pictureRelationDataTypeId
Type: SystemInt32
Picture relation data type id.

Return Value

Type: IPictureRelationDataType
Picture relation data type with specified id.
See Also