Click or drag to resize
IUserManagerUpdatePerson Method
Update person.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
void UpdatePerson(
	IUserContext userContext,
	IPerson person
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
person
Type: ArtDatabanken.DataIPerson
Information about the updated person. This object is updated with information about the updated person.
See Also