Class TeamFolderListResult
Result for Team
Inheritance
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderListResult
Constructors
| Improve this Doc View SourceTeamFolderListResult(IEnumerable<TeamFolderMetadata>, String, Boolean)
Initializes a new instance of the Team
Declaration
public TeamFolderListResult(IEnumerable<TeamFolderMetadata> teamFolders, string cursor, bool hasMore)
Parameters
Type | Name | Description |
---|---|---|
System. |
teamFolders | List of all team folders in the authenticated team. |
System. |
cursor | Pass the cursor into Team |
System. |
hasMore | Is true if there are additional team folders that have not
been returned yet. An additional call to Team |
Properties
| Improve this Doc View SourceCursor
Pass the cursor into Team
Declaration
public string Cursor { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
HasMore
Is true if there are additional team folders that have not been returned yet.
An additional call to Team
Declaration
public bool HasMore { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
TeamFolders
List of all team folders in the authenticated team.
Declaration
public IList<TeamFolderMetadata> TeamFolders { get; protected set; }
Property Value
Type | Description |
---|---|
System. |