Class TeamFolderIdArg
The team folder id arg object
Inheritance
TeamFolderIdArg
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderIdArg
Constructors
View SourceTeamFolderIdArg(string)
Initializes a new instance of the TeamFolderIdArg class.
Declaration
public TeamFolderIdArg(string teamFolderId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamFolderId | The ID of the team folder. |
Properties
View SourceTeamFolderId
The ID of the team folder.
Declaration
public string TeamFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |