• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class GroupUserManagementChangePolicyDetails

Changed who can create groups.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

New group users management policy.

Declaration
public GroupCreation NewValue { get; protected set; }
Property Value
Type Description
GroupCreation
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GroupUserManagementChangePolicyDetails(GroupCreation, GroupCreation)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX