GetItem Method

Retrieves the specified item.

Syntax

  object.GetItem( _
    ItemID As String) As Item

Parameters

  • ItemID
    Required. String value.

Return Value

Returns the Item object specified by ItemID if it exists, otherwise returns Nothing.

Remarks

For example code, see Download New Items as They are Created in Shared Samples.

Method Information

Minimum operating systems Windows XP SP1

See Also

ShowItemProperties, ShowTransfer, Device, ExecuteCommand (Device), OnEvent, Item, ExecuteCommand (Item), ItemID, Item (Items)