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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also