Dropbox .NET SDK

Class TeamProfileChangeNameDetails

Changed team name.

Inheritance
object
TeamProfileChangeNameDetails
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 TeamProfileChangeNameDetails

Constructors

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

View Source

NewValue

New team name.

Declaration
public TeamName NewValue { get; protected set; }
Property Value
Type Description
TeamName
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
  • View Source
In this article
Back to top Dropbox .NET SDK