Class GroupMembershipInfo
The information about a group member of the shared content.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class GroupMembershipInfo : MembershipInfo
Constructors
View SourceGroupMembershipInfo(AccessLevel, GroupInfo, IEnumerable<MemberPermission>, string, bool)
Initializes a new instance of the GroupMembershipInfo class.
Declaration
public GroupMembershipInfo(AccessLevel accessType, GroupInfo group, 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. |
| GroupInfo | group | The information about the membership group. |
| IEnumerable<MemberPermission> | permissions | The permissions that requesting user has on this member. The set of permissions corresponds to the MemberActions in the request. |
| string | initials | Field is deprecated. Never set. |
| bool | isInherited | True if the member has access on a parent folder. |
Properties
View SourceGroup
The information about the membership group.
Declaration
public GroupInfo Group { get; protected set; }
Property Value
| Type | Description |
|---|---|
| GroupInfo |