Show / Hide Table of Contents

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 Source

DataPlacementRestrictionChangePolicyDetails(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 Source

NewValue

New placement restriction.

Declaration
public PlacementRestriction NewValue { get; protected set; }
Property Value
Type Description
PlacementRestriction
| Improve this Doc View Source

PreviousValue

Previous placement restriction.

Declaration
public PlacementRestriction PreviousValue { get; protected set; }
Property Value
Type Description
PlacementRestriction
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DataPlacementRestrictionChangePolicyDetails(PlacementRestriction, PlacementRestriction)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX