Tamino API for .NET

TaminoCommand.Insert Method (TaminoUri, ITaminoDocument)

Insert specified document at specified location.

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

Parameters

uri
location of document
document
document to be inserted

Return Value

insert response

Remarks

If a document name is specified both in the TaminoUri object and in the TaminoDocument object, then the document names MUST agree. A document type must always be provided. A document name starting with the character '@' is considered invalid.

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

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