Class LegalHoldsExportDownloadedDetails
Downloaded export for a hold.
Inheritance
System.Object
LegalHoldsExportDownloadedDetails
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 LegalHoldsExportDownloadedDetails
Constructors
| Improve this Doc View SourceLegalHoldsExportDownloadedDetails(String, String, String, String, String)
Initializes a new instance of the LegalHoldsExportDownloadedDetails class.
Declaration
public LegalHoldsExportDownloadedDetails(string legalHoldId, string name, string exportName, string part = null, string fileName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | legalHoldId | Hold ID. |
System.String | name | Hold name. |
System.String | exportName | Export name. |
System.String | part | Part. |
System.String | fileName | Filename. |
Properties
| Improve this Doc View SourceExportName
Export name.
Declaration
public string ExportName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
FileName
Filename.
Declaration
public string FileName { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
LegalHoldId
Hold ID.
Declaration
public string LegalHoldId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Hold name.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Part
Part.
Declaration
public string Part { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |