Dropbox .NET SDK

Class TeamProfileChangeDefaultLanguageDetails

Changed default language for team.

Inheritance
object
TeamProfileChangeDefaultLanguageDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamProfileChangeDefaultLanguageDetails

Constructors

View Source

TeamProfileChangeDefaultLanguageDetails(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 Source

NewValue

New team's default language.

Declaration
public string NewValue { get; protected set; }
Property Value
Type Description
string
View Source

PreviousValue

Previous team's default language.

Declaration
public string PreviousValue { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK