Show / Hide Table of Contents

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 Source

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

NewValue

New team's default language.

Declaration
public string NewValue { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousValue

Previous team's default language.

Declaration
public string PreviousValue { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamProfileChangeDefaultLanguageDetails(String, String)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX