Class GroupRenameDetails
Renamed group.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupRenameDetails
Constructors
View SourceGroupRenameDetails(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 SourceNewValue
New display name.
Declaration
public string NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousValue
Previous display name.
Declaration
public string PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |