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