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 SourceGroupRenameDetails(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 SourceNewValue
New display name.
Declaration
public string NewValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PreviousValue
Previous display name.
Declaration
public string PreviousValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |