Class GroupUserManagementChangePolicyDetails
Changed who can create groups.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GroupUserManagementChangePolicyDetails
Constructors
View SourceGroupUserManagementChangePolicyDetails(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 SourceNewValue
New group users management policy.
Declaration
public GroupCreation NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| GroupCreation |
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 |