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