Class ListTeamAppsResult
Information returned by Linked
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class ListTeamAppsResult
Constructors
| Improve this Doc View SourceListTeamAppsResult(IEnumerable<MemberLinkedApps>, Boolean, String)
Initializes a new instance of the List
Declaration
public ListTeamAppsResult(IEnumerable<MemberLinkedApps> apps, bool hasMore, string cursor = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
apps | The linked applications of each member of the team. |
System. |
hasMore | If true, then there are more apps available. Pass the cursor
to Linked |
System. |
cursor | Pass the cursor into Linked |
Properties
| Improve this Doc View SourceApps
The linked applications of each member of the team.
Declaration
public IList<MemberLinkedApps> Apps { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
Cursor
Pass the cursor into Linked
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
HasMore
If true, then there are more apps available. Pass the cursor to Linked
Declaration
public bool HasMore { get; protected set; }
Property Value
Type | Description |
---|---|
System. |