Tamino API for .NET

TaminoCommand.Delete Method (ITaminoDocument)

Delete specified document.

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

Parameters

document
document to be deleted

Return Value

delete response

Remarks

A document name and type must always be provided.

Exceptions

Exception TypeCondition
TaminoException if an invalid/incomplete document name is provided
WebExceptionif there is a communication failure

See Also

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