Dropbox .NET SDK

Class DataPlacementRestrictionChangePolicyDetails

Set restrictions on data center locations where team data resides.

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

Constructors

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

View Source

NewValue

New placement restriction.

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

PreviousValue

Previous placement restriction.

Declaration
public PlacementRestriction PreviousValue { get; protected set; }
Property Value
Type Description
PlacementRestriction
  • View Source
In this article
Back to top Dropbox .NET SDK