Class DataPlacementRestrictionChangePolicyDetails
Set restrictions on data center locations where team data resides.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DataPlacementRestrictionChangePolicyDetails
Constructors
View SourceDataPlacementRestrictionChangePolicyDetails(PlacementRestriction, PlacementRestriction)
Initializes a new instance of the DataPlacementRestrictionChangePolicyDetails class.
Declaration
public DataPlacementRestrictionChangePolicyDetails(PlacementRestriction previousValue, PlacementRestriction newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| PlacementRestriction | previousValue | Previous placement restriction. |
| PlacementRestriction | newValue | New placement restriction. |
Properties
View SourceNewValue
New placement restriction.
Declaration
public PlacementRestriction NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction |
PreviousValue
Previous placement restriction.
Declaration
public PlacementRestriction PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction |