Dropbox .NET SDK

Class PaperDocChangeMemberRoleDetails

Changed member permissions for Paper doc.

Inheritance
object
PaperDocChangeMemberRoleDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocChangeMemberRoleDetails

Constructors

View Source

PaperDocChangeMemberRoleDetails(string, PaperAccessType)

Initializes a new instance of the PaperDocChangeMemberRoleDetails class.

Declaration
public PaperDocChangeMemberRoleDetails(string eventUuid, PaperAccessType accessType)
Parameters
Type Name Description
string eventUuid

Event unique identifier.

PaperAccessType accessType

Paper doc access type.

Properties

View Source

AccessType

Paper doc access type.

Declaration
public PaperAccessType AccessType { get; protected set; }
Property Value
Type Description
PaperAccessType
View Source

EventUuid

Event unique identifier.

Declaration
public string EventUuid { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK