OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DataAccess Class / GetItem Method
The unique identifier of the Item as a Guid.



In This Topic
    GetItem Method
    In This Topic
    Retrieves a single Item object assigned to a given identifier.
    Syntax
    'Declaration
     
    
    Public Function GetItem( _
       ByVal itemID As Guid _
    ) As Order.Item
    'Usage
     
    
    Dim instance As DataAccess
    Dim itemID As Guid
    Dim value As Order.Item
     
    value = instance.GetItem(itemID)
    public Order.Item GetItem( 
       Guid itemID
    )
    public:
    Order.Item^ GetItem( 
       Guid itemID
    ) 

    Parameters

    itemID
    The unique identifier of the Item as a Guid.

    Return Value

    A comprehensive Item object.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also