Show / Hide Table of Contents

Class PaperContentAddMemberDetails

Added users and/or groups to Paper doc/folder.

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

Constructors

| Improve this Doc View Source

PaperContentAddMemberDetails(String)

Initializes a new instance of the PaperContentAddMemberDetails class.

Declaration
public PaperContentAddMemberDetails(string eventUuid)
Parameters
Type Name Description
System.String eventUuid

Event unique identifier.

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
In This Article
  • Constructors
    • PaperContentAddMemberDetails(String)
  • Properties
    • EventUuid
Back to top Generated by DocFX