Dropbox .NET SDK

Class GroupRenameDetails

Renamed group.

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

Constructors

View Source

GroupRenameDetails(string, string)

Initializes a new instance of the GroupRenameDetails class.

Declaration
public GroupRenameDetails(string previousValue, string newValue)
Parameters
Type Name Description
string previousValue

Previous display name.

string newValue

New display name.

Properties

View Source

NewValue

New display name.

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

PreviousValue

Previous display name.

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