adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ClassOption Class / DeletionRetentionDays Property


In This Topic
    DeletionRetentionDays Property
    In This Topic
    The retention period for deleted objects.
    Syntax
    'Declaration
     
    
    Public Property DeletionRetentionDays As Integer
    public int DeletionRetentionDays {get; set;}
    public:
    property int DeletionRetentionDays {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 to use the default retention period.
    See Also