Show / Hide Table of Contents

Class LegalHoldHeldRevisionMetadata

The legal hold held revision metadata object

Inheritance
System.Object
LegalHoldHeldRevisionMetadata
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldHeldRevisionMetadata

Constructors

| Improve this Doc View Source

LegalHoldHeldRevisionMetadata(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 Source

AuthorEmail

The email address of the held revision author.

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

AuthorMemberId

The member id of the revision's author.

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

AuthorMemberStatus

The member status of the revision's author.

Declaration
public TeamMemberStatus AuthorMemberStatus { get; protected set; }
Property Value
Type Description
TeamMemberStatus
| Improve this Doc View Source

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
| Improve this Doc View Source

FileType

The type of the held revision's file.

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

NewFilename

The held revision filename.

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

OriginalFilePath

The original path of the held revision.

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

OriginalRevisionId

The id of the held revision.

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

ServerModified

The last time the file was modified on Dropbox.

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

Size

The file size in bytes.

Declaration
public ulong Size { get; protected set; }
Property Value
Type Description
System.UInt64
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LegalHoldHeldRevisionMetadata(String, String, String, DateTime, String, TeamMemberStatus, String, String, UInt64, String)
  • Properties
    • AuthorEmail
    • AuthorMemberId
    • AuthorMemberStatus
    • ContentHash
    • FileType
    • NewFilename
    • OriginalFilePath
    • OriginalRevisionId
    • ServerModified
    • Size
Back to top Generated by DocFX