Class TeamProfileChangeDefaultLanguageDetails
Changed default language for team.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamProfileChangeDefaultLanguageDetails
Constructors
View SourceTeamProfileChangeDefaultLanguageDetails(string, string)
Initializes a new instance of the TeamProfileChangeDefaultLanguageDetails class.
Declaration
public TeamProfileChangeDefaultLanguageDetails(string newValue, string previousValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | newValue | New team's default language. |
| string | previousValue | Previous team's default language. |
Properties
View SourceNewValue
New team's default language.
Declaration
public string NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousValue
Previous team's default language.
Declaration
public string PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |