Show / Hide Table of Contents

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 Source

LegalHoldsActivateAHoldDetails(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 Source

EndDate

Hold end date.

Declaration
public DateTime? EndDate { get; protected set; }
Property Value
Type Description
System.Nullable<System.DateTime>
| Improve this Doc View Source

LegalHoldId

Hold ID.

Declaration
public string LegalHoldId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Hold name.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StartDate

Hold start date.

Declaration
public DateTime StartDate { get; protected set; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LegalHoldsActivateAHoldDetails(String, String, DateTime, Nullable<DateTime>)
  • Properties
    • EndDate
    • LegalHoldId
    • Name
    • StartDate
Back to top Generated by DocFX