Dropbox .NET SDK

Class GroupChangeManagementTypeDetails

Changed group management type.

Inheritance
object
GroupChangeManagementTypeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupChangeManagementTypeDetails

Constructors

View Source

GroupChangeManagementTypeDetails(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 Source

NewValue

New group management type.

Declaration
public GroupManagementType NewValue { get; protected set; }
Property Value
Type Description
GroupManagementType
View Source

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
  • View Source
In this article
Back to top Dropbox .NET SDK