Tamino API for .NET

TaminoCommand.Update Method (TaminoUri, ITaminoDocument)

Update specified document.

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

Parameters

uri
location of document
document
document to be updated

Return Value

update response

Remarks

If a document name is specified both in the TaminoUri object and in the TaminoDocument object then the document names MUST agree.

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

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