Class GroupChangeExternalIdDetails
Changed external ID for group.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupChangeExternalIdDetails
Constructors
View SourceGroupChangeExternalIdDetails(string, string)
Initializes a new instance of the GroupChangeExternalIdDetails class.
Declaration
public GroupChangeExternalIdDetails(string newValue, string previousValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | newValue | Current external id. |
| string | previousValue | Old external id. |
Properties
View SourceNewValue
Current external id.
Declaration
public string NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousValue
Old external id.
Declaration
public string PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |