Class DataPlacementRestrictionChangePolicyDetails
Set restrictions on data center locations where team data resides.
Inheritance
System.Object
    DataPlacementRestrictionChangePolicyDetails
  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 DataPlacementRestrictionChangePolicyDetails
  Constructors
| Improve this Doc 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
| Improve this Doc 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 |