Class GroupChangeManagementTypeDetails
Changed group management type.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupChangeManagementTypeDetails
Constructors
View SourceGroupChangeManagementTypeDetails(GroupManagementType, GroupManagementType)
Initializes a new instance of the GroupChangeManagementTypeDetails class.
Declaration
public GroupChangeManagementTypeDetails(GroupManagementType newValue, GroupManagementType previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GroupManagementType | newValue | New group management type. |
| GroupManagementType | previousValue | Previous group management type. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New group management type.
Declaration
public GroupManagementType NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| GroupManagementType |
PreviousValue
Previous group management type. Might be missing due to historical data gap.
Declaration
public GroupManagementType PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| GroupManagementType |