Tamino API for .NET

TaminoPageIterator.GetItem Method 

Get item at specified index as specified type.

[Visual Basic]
Public Function GetItem( _
   ByVal index As Integer, _
   ByVal type As Type _
) As Object
[C#]
public object GetItem(
   int index,
   Type type
);

Parameters

index
index of item to get
type
type

Return Value

specified item

See Also

TaminoPageIterator Class | TaminoPageIterator Members | SoftwareAG.Tamino.Api Namespace