Show / Hide Table of Contents

Class TeamProfileChangeNameDetails

Changed team name.

Inheritance
System.Object
TeamProfileChangeNameDetails
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 TeamProfileChangeNameDetails

Constructors

| Improve this Doc View Source

TeamProfileChangeNameDetails(TeamName, TeamName)

Initializes a new instance of the TeamProfileChangeNameDetails class.

Declaration
public TeamProfileChangeNameDetails(TeamName newValue, TeamName previousValue = null)
Parameters
Type Name Description
TeamName newValue

New team name.

TeamName previousValue

Previous teams name. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New team name.

Declaration
public TeamName NewValue { get; protected set; }
Property Value
Type Description
TeamName
| Improve this Doc View Source

PreviousValue

Previous teams name. Might be missing due to historical data gap.

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