dotConnect for FreshBooks Documentation
Devart.Data.FreshBooks Namespace / FreshBooksConnectionStringBuilder Class / IncludeDeleted Property

In This Topic
    IncludeDeleted Property
    In This Topic
    Determines whether to include deleted records to returned data. Not all FreshBooks objects support returning of deleted records.
    Syntax
    'Declaration
     
    Public Property IncludeDeleted As Boolean
    public bool IncludeDeleted {get; set;}

    Property Value

    If true, deleted records are included to returned data, if a queried object supports it.
    Remarks

    The following FreshBooks objects support returning of deleted records:

    • Client
    • Staff
    • Expense
    • Invoice
    • Item
    • Payment
    See Also