Show / Hide Table of Contents

Class PaperPublishedLinkChangePermissionDetails

Changed permissions for published doc.

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

Constructors

| Improve this Doc View Source

PaperPublishedLinkChangePermissionDetails(String, String, String)

Initializes a new instance of the PaperPublishedLinkChangePermissionDetails class.

Declaration
public PaperPublishedLinkChangePermissionDetails(string eventUuid, string newPermissionLevel, string previousPermissionLevel)
Parameters
Type Name Description
System.String eventUuid

Event unique identifier.

System.String newPermissionLevel

New permission level.

System.String previousPermissionLevel

Previous permission level.

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

NewPermissionLevel

New permission level.

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

PreviousPermissionLevel

Previous permission level.

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