Class TeamFolderChangeStatusType
The team folder change status type object
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderChangeStatusType
Constructors
View SourceTeamFolderChangeStatusType(string)
Initializes a new instance of the TeamFolderChangeStatusType class.
Declaration
public TeamFolderChangeStatusType(string description)
Parameters
| Type | Name | Description |
|---|---|---|
| string | description | The description |
Properties
View SourceDescription
Gets the description of the team folder change status type
Declaration
public string Description { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |