Class GroupsMembersListResult
The groups members list result object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class GroupsMembersListResult
Constructors
| Improve this Doc View SourceGroupsMembersListResult(IEnumerable<GroupMemberInfo>, String, Boolean)
Initializes a new instance of the Groups
Declaration
public GroupsMembersListResult(IEnumerable<GroupMemberInfo> members, string cursor, bool hasMore)
Parameters
Type | Name | Description |
---|---|---|
System. |
members | The members |
System. |
cursor | Pass the cursor into Groups |
System. |
hasMore | Is true if there are additional group members that have not
been returned yet. An additional call to Groups |
Properties
| Improve this Doc View SourceCursor
Pass the cursor into Groups
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
HasMore
Is true if there are additional group members that have not been returned
yet. An additional call to Groups
Declaration
public bool HasMore { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Members
Gets the members of the groups members list result
Declaration
public IList<GroupMemberInfo> Members { get; protected set; }
Property Value
Type | Description |
---|---|
System. |