Click or drag to resize
RMPUserEditorUpdate Method
Updates an existing record

Namespace: RMP.WCF.Model.RMPUser
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RMPUser Update(
	RMPUser Record
)

Parameters

Record
Type: RMP.WCF.Model.RMPUserRMPUser
The record to be updated

Return Value

Type: RMPUser
The updated record

Implements

IEditorTUpdate(T)
See Also