Show / Hide Table of Contents

Class PaperDocOwnershipChangedDetails

Transferred ownership of Paper doc.

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

Constructors

| Improve this Doc View Source

PaperDocOwnershipChangedDetails(String, String, String)

Initializes a new instance of the PaperDocOwnershipChangedDetails class.

Declaration
public PaperDocOwnershipChangedDetails(string eventUuid, string newOwnerUserId, string oldOwnerUserId = null)
Parameters
Type Name Description
System.String eventUuid

Event unique identifier.

System.String newOwnerUserId

New owner.

System.String oldOwnerUserId

Previous owner.

Properties

| Improve this Doc View Source

EventUuid

Event unique identifier.

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

NewOwnerUserId

New owner.

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

OldOwnerUserId

Previous owner.

Declaration
public string OldOwnerUserId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDocOwnershipChangedDetails(String, String, String)
  • Properties
    • EventUuid
    • NewOwnerUserId
    • OldOwnerUserId
Back to top Generated by DocFX