Click or drag to resize
ReferenceManagerCreateReferenceRelations Method
Create several reference relations.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual void CreateReferenceRelations(
	IUserContext userContext,
	ReferenceRelationList referenceRelations
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
Information about the user that makes this method call.
referenceRelations
Type: ArtDatabanken.DataReferenceRelationList
Information about the list of new reference relations. This object is updated with changes after the creation.

Implements

IReferenceManagerCreateReferenceRelations(IUserContext, ReferenceRelationList)
See Also