Dropbox .NET SDK
Show / Hide Table of Contents

Class UserInfoWithPermissionLevel

The user info with permission level object

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

Constructors

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

View Source

PermissionLevel

Permission level for the user.

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

User

User shared on the Paper doc.

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