Class LegalHoldsActivateAHoldDetails
Activated a hold.
Inheritance
System.Object
LegalHoldsActivateAHoldDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsActivateAHoldDetails
Constructors
| Improve this Doc View SourceLegalHoldsActivateAHoldDetails(String, String, DateTime, Nullable<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 |
---|---|---|
System.String | legalHoldId | Hold ID. |
System.String | name | Hold name. |
System.DateTime | startDate | Hold start date. |
System.Nullable<System.DateTime> | endDate | Hold end date. |
Properties
| Improve this Doc View SourceEndDate
Hold end date.
Declaration
public DateTime? EndDate { get; protected set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LegalHoldId
Hold ID.
Declaration
public string LegalHoldId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Hold name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Hold start date.
Declaration
public DateTime StartDate { get; protected set; }
Property Value
Type | Description |
---|---|
System.DateTime |