Click or drag to resize
AttachmentEditorUpdate Method
Updates an existing record

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

Parameters

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

Return Value

Type: Attachment
The updated record

Implements

IEditorTUpdate(T)
See Also