Click or drag to resize
ITaxonGetCreatedByPersonFullName Method
Gets the Name of the Person that has created this taxon.

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

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
The user context.

Return Value

Type: String
Name of the Person that has created this taxon.
See Also