Dropbox .NET SDK

Class GroupUserManagementChangePolicyDetails

Changed who can create groups.

Inheritance
object
GroupUserManagementChangePolicyDetails
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 GroupUserManagementChangePolicyDetails

Constructors

View Source

GroupUserManagementChangePolicyDetails(GroupCreation, GroupCreation)

Initializes a new instance of the GroupUserManagementChangePolicyDetails class.

Declaration
public GroupUserManagementChangePolicyDetails(GroupCreation newValue, GroupCreation previousValue = null)
Parameters
Type Name Description
GroupCreation newValue

New group users management policy.

GroupCreation previousValue

Previous group users management policy. Might be missing due to historical data gap.

Properties

View Source

NewValue

New group users management policy.

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

PreviousValue

Previous group users management policy. Might be missing due to historical data gap.

Declaration
public GroupCreation PreviousValue { get; protected set; }
Property Value
Type Description
GroupCreation
  • View Source
In this article
Back to top Dropbox .NET SDK