Show / Hide Table of Contents

Class LegalHoldsChangeHoldNameDetails

Renamed a hold.

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

Constructors

| Improve this Doc View Source

LegalHoldsChangeHoldNameDetails(String, String, String)

Initializes a new instance of the LegalHoldsChangeHoldNameDetails class.

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

Hold ID.

System.String previousValue

Previous Name.

System.String newValue

New Name.

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

NewValue

New Name.

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

PreviousValue

Previous Name.

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