Show / Hide Table of Contents

Class UserMembershipInfo

The information about a user member of the shared content.

Inheritance
System.Object
MembershipInfo
UserMembershipInfo
UserFileMembershipInfo
Inherited Members
MembershipInfo.AccessType
MembershipInfo.Permissions
MembershipInfo.Initials
MembershipInfo.IsInherited
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UserMembershipInfo : MembershipInfo

Constructors

| Improve this Doc View Source

UserMembershipInfo(AccessLevel, UserInfo, IEnumerable<MemberPermission>, String, Boolean)

Initializes a new instance of the UserMembershipInfo class.

Declaration
public UserMembershipInfo(AccessLevel accessType, UserInfo user, IEnumerable<MemberPermission> permissions = null, string initials = null, bool isInherited = false)
Parameters
Type Name Description
AccessLevel accessType

The access type for this member. It contains inherited access type from parent folder, and acquired access type from this folder.

UserInfo user

The account information for the membership user.

System.Collections.Generic.IEnumerable<MemberPermission> permissions

The permissions that requesting user has on this member. The set of permissions corresponds to the MemberActions in the request.

System.String initials

Never set.

System.Boolean isInherited

True if the member has access from a parent folder.

Properties

| Improve this Doc View Source

User

The account information for the membership user.

Declaration
public UserInfo User { get; protected set; }
Property Value
Type Description
UserInfo

See Also

UserFileMembershipInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UserMembershipInfo(AccessLevel, UserInfo, IEnumerable<MemberPermission>, String, Boolean)
  • Properties
    • User
  • See Also
Back to top Generated by DocFX