Click or drag to resize
TaxonGetModifiedByPerson Method
Get the person that made the last modification to this taxon.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IPerson GetModifiedByPerson(
	IUserContext userContext
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.

Return Value

Type: IPerson
The person that made the last modification to this taxon. If the person dont exists in the User Admin, an empty string will be retuned.

Implements

ITaxonGetModifiedByPerson(IUserContext)
See Also