Class LegalHoldsActivateAHoldDetails
Activated a hold.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsActivateAHoldDetails
Constructors
View SourceLegalHoldsActivateAHoldDetails(string, string, DateTime, DateTime?)
Initializes a new instance of the LegalHoldsActivateAHoldDetails class.
Declaration
public LegalHoldsActivateAHoldDetails(string legalHoldId, string name, DateTime startDate, DateTime? endDate = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | legalHoldId | Hold ID. |
| string | name | Hold name. |
| DateTime | startDate | Hold start date. |
| DateTime? | endDate | Hold end date. |
Properties
View SourceEndDate
Hold end date.
Declaration
public DateTime? EndDate { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
LegalHoldId
Hold ID.
Declaration
public string LegalHoldId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Hold name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
StartDate
Hold start date.
Declaration
public DateTime StartDate { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime |