Class TeamFolderIdListArg
The team folder id list arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderIdListArg
Constructors
View SourceTeamFolderIdListArg(IEnumerable<string>)
Initializes a new instance of the TeamFolderIdListArg class.
Declaration
public TeamFolderIdListArg(IEnumerable<string> teamFolderIds)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | teamFolderIds | The list of team folder IDs. |
Properties
View SourceTeamFolderIds
The list of team folder IDs.
Declaration
public IList<string> TeamFolderIds { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |