Dropbox .NET SDK

Class DataPlacementRestrictionSatisfyPolicyDetails

Completed restrictions on data center locations where team data resides.

Inheritance
object
DataPlacementRestrictionSatisfyPolicyDetails
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 DataPlacementRestrictionSatisfyPolicyDetails

Constructors

View Source

DataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction)

Initializes a new instance of the DataPlacementRestrictionSatisfyPolicyDetails class.

Declaration
public DataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction placementRestriction)
Parameters
Type Name Description
PlacementRestriction placementRestriction

Placement restriction.

Properties

View Source

PlacementRestriction

Placement restriction.

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