Tamino API for .NET

TaminoCommand.Update Method (ITaminoDocument)

Update the specified document.

[Visual Basic]
Overloads Public Function Update( _
   ByVal document As ITaminoDocument _
) As TaminoResponse
[C#]
public TaminoResponse Update(
   ITaminoDocument document
);

Parameters

document
document to be updated

Return Value

update response

Remarks

A document name and type must always be provided.

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

TaminoCommand Class | TaminoCommand Members | SoftwareAG.Tamino.Api Namespace | TaminoCommand.Update Overload List