Show / Hide Table of Contents

Class UserInfoWithPermissionLevel

The user info with permission level object

Inheritance
System.Object
UserInfoWithPermissionLevel
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class UserInfoWithPermissionLevel

Constructors

| Improve this Doc View Source

UserInfoWithPermissionLevel(UserInfo, PaperDocPermissionLevel)

Initializes a new instance of the UserInfoWithPermissionLevel class.

Declaration
public UserInfoWithPermissionLevel(UserInfo user, PaperDocPermissionLevel permissionLevel)
Parameters
Type Name Description
UserInfo user

User shared on the Paper doc.

PaperDocPermissionLevel permissionLevel

Permission level for the user.

Properties

| Improve this Doc View Source

PermissionLevel

Permission level for the user.

Declaration
public PaperDocPermissionLevel PermissionLevel { get; protected set; }
Property Value
Type Description
PaperDocPermissionLevel
| Improve this Doc View Source

User

User shared on the Paper doc.

Declaration
public UserInfo User { get; protected set; }
Property Value
Type Description
UserInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserInfoWithPermissionLevel(UserInfo, PaperDocPermissionLevel)
  • Properties
    • PermissionLevel
    • User
Back to top Generated by DocFX