Click or drag to resize
PictureManagerSingleThreadCacheGetPictureRelationDataTypes Method
Get all picture relation data types.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public override PictureRelationDataTypeList GetPictureRelationDataTypes(
	IUserContext userContext
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.

Return Value

Type: PictureRelationDataTypeList
All picture relation data types.

Implements

IPictureManagerGetPictureRelationDataTypes(IUserContext)
See Also