adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / QueryChangeLog Method
Parameters specifying which records to return.

In This Topic
    QueryChangeLog Method
    In This Topic
    Gets records from the Object Change Log for one or more objects.
    Syntax
    'Declaration
     
    
    Public Function QueryChangeLog( _
       ByVal parameters As ChangeLogQueryParameters _
    ) As ObjectChangeLogCollection

    Parameters

    parameters
    Parameters specifying which records to return.

    Return Value

    A collection containing the requested change log records.
    See Also