Class LegalHoldHeldRevisionMetadata
The legal hold held revision metadata object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldHeldRevisionMetadata
Constructors
| Improve this Doc View SourceLegalHoldHeldRevisionMetadata(String, String, String, DateTime, String, TeamMemberStatus, String, String, UInt64, String)
Initializes a new instance of the LegalHoldHeldRevisionMetadata class.
Declaration
public LegalHoldHeldRevisionMetadata(string newFilename, string originalRevisionId, string originalFilePath, DateTime serverModified, string authorMemberId, TeamMemberStatus authorMemberStatus, string authorEmail, string fileType, ulong size, string contentHash)
Parameters
Type | Name | Description |
---|---|---|
System.String | newFilename | The held revision filename. |
System.String | originalRevisionId | The id of the held revision. |
System.String | originalFilePath | The original path of the held revision. |
System.DateTime | serverModified | The last time the file was modified on Dropbox. |
System.String | authorMemberId | The member id of the revision's author. |
TeamMemberStatus | authorMemberStatus | The member status of the revision's author. |
System.String | authorEmail | The email address of the held revision author. |
System.String | fileType | The type of the held revision's file. |
System.UInt64 | size | The file size in bytes. |
System.String | contentHash | A hash of the file content. This field can be used to verify data integrity. For more information see our Content hash page. |
Properties
| Improve this Doc View SourceAuthorEmail
The email address of the held revision author.
Declaration
public string AuthorEmail { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
AuthorMemberId
The member id of the revision's author.
Declaration
public string AuthorMemberId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
AuthorMemberStatus
The member status of the revision's author.
Declaration
public TeamMemberStatus AuthorMemberStatus { get; protected set; }
Property Value
Type | Description |
---|---|
TeamMemberStatus |
ContentHash
A hash of the file content. This field can be used to verify data integrity. For more information see our Content hash page.
Declaration
public string ContentHash { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
FileType
The type of the held revision's file.
Declaration
public string FileType { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
NewFilename
The held revision filename.
Declaration
public string NewFilename { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
OriginalFilePath
The original path of the held revision.
Declaration
public string OriginalFilePath { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
OriginalRevisionId
The id of the held revision.
Declaration
public string OriginalRevisionId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
ServerModified
The last time the file was modified on Dropbox.
Declaration
public DateTime ServerModified { get; protected set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Size
The file size in bytes.
Declaration
public ulong Size { get; protected set; }
Property Value
Type | Description |
---|---|
System.UInt64 |