Show / Hide Table of Contents

Class LegalHoldsExportRemovedDetails

Removed export for a hold.

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

Constructors

| Improve this Doc View Source

LegalHoldsExportRemovedDetails(String, String, String)

Initializes a new instance of the LegalHoldsExportRemovedDetails class.

Declaration
public LegalHoldsExportRemovedDetails(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
    • LegalHoldsExportRemovedDetails(String, String, String)
  • Properties
    • ExportName
    • LegalHoldId
    • Name
Back to top Generated by DocFX