Show / Hide Table of Contents

Class LegalHoldsChangeHoldDetailsDetails

Edited details for a hold.

Inheritance
System.Object
LegalHoldsChangeHoldDetailsDetails
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 LegalHoldsChangeHoldDetailsDetails

Constructors

| Improve this Doc View Source

LegalHoldsChangeHoldDetailsDetails(String, String, String, String)

Initializes a new instance of the LegalHoldsChangeHoldDetailsDetails class.

Declaration
public LegalHoldsChangeHoldDetailsDetails(string legalHoldId, string name, string previousValue, string newValue)
Parameters
Type Name Description
System.String legalHoldId

Hold ID.

System.String name

Hold name.

System.String previousValue

Previous details.

System.String newValue

New details.

Properties

| 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

NewValue

New details.

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

PreviousValue

Previous details.

Declaration
public string PreviousValue { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LegalHoldsChangeHoldDetailsDetails(String, String, String, String)
  • Properties
    • LegalHoldId
    • Name
    • NewValue
    • PreviousValue
Back to top Generated by DocFX