Tamino API for .NET

TaminoCommand.Retrieve Method (TaminoUri, Type)

Retrieve XML document as a typed value.

[Visual Basic]
Overloads Public Function Retrieve( _
   ByVal uri As TaminoUri, _
   ByVal type As Type _
) As Object
[C#]
public object Retrieve(
   TaminoUri uri,
   Type type
);

Parameters

uri
location of document
type
type

Return Value

document as a typed value

Exceptions

Exception TypeCondition
WebExceptionif there is a communication failure

See Also

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