Show / Hide Table of Contents

Class GroupRenameDetails

Renamed group.

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

Constructors

| Improve this Doc View Source

GroupRenameDetails(String, String)

Initializes a new instance of the GroupRenameDetails class.

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

Previous display name.

System.String newValue

New display name.

Properties

| Improve this Doc View Source

NewValue

New display name.

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

PreviousValue

Previous display name.

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