OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / ServerFunctions Class / GetOrderSignatures Method
The unique identifier of a Order as a Guid.



In This Topic
    GetOrderSignatures Method (ServerFunctions)
    In This Topic
    Retrieves the collection and delivery signatures attached to an existing Order.
    Syntax
    'Declaration
     
    
    Public Function GetOrderSignatures( _
       ByVal orderID As Guid _
    ) As Byte()
    'Usage
     
    
    Dim instance As ServerFunctions
    Dim orderID As Guid
    Dim value() As Byte
     
    value = instance.GetOrderSignatures(orderID)
    public byte[] GetOrderSignatures( 
       Guid orderID
    )
    public:
    array<byte>^ GetOrderSignatures( 
       Guid orderID
    ) 

    Parameters

    orderID
    The unique identifier of a Order as a Guid.

    Return Value

    A 2-dimensional Byte array containing raw image data of the collection and delivery signatures.
    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