Class LegalHoldPolicy
The legal hold policy object
Inheritance
System.Object
LegalHoldPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldPolicy
Constructors
| Improve this Doc View SourceLegalHoldPolicy(String, String, MembersInfo, LegalHoldStatus, DateTime, String, Nullable<DateTime>, Nullable<DateTime>)
Initializes a new instance of the Legal
Declaration
public LegalHoldPolicy(string id, string name, MembersInfo members, LegalHoldStatus status, DateTime startDate, string description = null, DateTime? activationTime = null, DateTime? endDate = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
id | The legal hold id. |
System. |
name | Policy name. |
Members |
members | Team members IDs and number of permanently deleted members under hold. |
Legal |
status | The current state of the hold. |
System. |
startDate | Start date of the legal hold policy. |
System. |
description | A description of the legal hold policy. |
System. |
activationTime | The time at which the legal hold was activated. |
System. |
endDate | End date of the legal hold policy. |
Properties
| Improve this Doc View SourceActivationTime
The time at which the legal hold was activated.
Declaration
public DateTime? ActivationTime { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Description
A description of the legal hold policy.
Declaration
public string Description { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
EndDate
End date of the legal hold policy.
Declaration
public DateTime? EndDate { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Id
The legal hold id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Members
Team members IDs and number of permanently deleted members under hold.
Declaration
public MembersInfo Members { get; protected set; }
Property Value
Type | Description |
---|---|
Members |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
StartDate
Start date of the legal hold policy.
Declaration
public DateTime StartDate { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Status
The current state of the hold.
Declaration
public LegalHoldStatus Status { get; protected set; }
Property Value
Type | Description |
---|---|
Legal |