Click or drag to resize
TaxonGetCreatedByPersonFullName Method
Get the full name of the person that created this taxon.

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

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.

Return Value

Type: String
The fullname of the person that created this taxon. If the person dont exists in the User Admin, an empty string will be retuned.

Implements

ITaxonGetCreatedByPersonFullName(IUserContext)
See Also