Class PaperDocChangeMemberRoleDetails
Changed member permissions for Paper doc.
Inheritance
System.Object
PaperDocChangeMemberRoleDetails
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 PaperDocChangeMemberRoleDetails
Constructors
| Improve this Doc View SourcePaperDocChangeMemberRoleDetails(String, PaperAccessType)
Initializes a new instance of the PaperDocChangeMemberRoleDetails class.
Declaration
public PaperDocChangeMemberRoleDetails(string eventUuid, PaperAccessType accessType)
Parameters
Type | Name | Description |
---|---|---|
System.String | eventUuid | Event unique identifier. |
PaperAccessType | accessType | Paper doc access type. |
Properties
| Improve this Doc View SourceAccessType
Paper doc access type.
Declaration
public PaperAccessType AccessType { get; protected set; }
Property Value
Type | Description |
---|---|
PaperAccessType |
EventUuid
Event unique identifier.
Declaration
public string EventUuid { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |