Show / Hide Table of Contents

Class LegalHoldsExportCancelledDetails

Canceled export for a hold.

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

Constructors

| Improve this Doc View Source

LegalHoldsExportCancelledDetails(String, String, String)

Initializes a new instance of the LegalHoldsExportCancelledDetails class.

Declaration
public LegalHoldsExportCancelledDetails(string legalHoldId, string name, string exportName)
Parameters
Type Name Description
System.String legalHoldId

Hold ID.

System.String name

Hold name.

System.String exportName

Export name.

Properties

| Improve this Doc View Source

ExportName

Export name.

Declaration
public string ExportName { get; protected set; }
Property Value
Type Description
System.String
| 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
In This Article
  • Constructors
    • LegalHoldsExportCancelledDetails(String, String, String)
  • Properties
    • ExportName
    • LegalHoldId
    • Name
Back to top Generated by DocFX