Dropbox .NET SDK

Class PlacementRestriction

The placement restriction object

Inheritance
object
PlacementRestriction
PlacementRestriction.AustraliaOnly
PlacementRestriction.CanadaOnly
PlacementRestriction.EuropeOnly
PlacementRestriction.JapanOnly
PlacementRestriction.None
PlacementRestriction.Other
PlacementRestriction.UkOnly
PlacementRestriction.UsS3Only
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 PlacementRestriction

Constructors

View Source

PlacementRestriction()

Initializes a new instance of the PlacementRestriction class.

Declaration
public PlacementRestriction()

Properties

View Source

AsAustraliaOnly

Gets this instance as a AustraliaOnly, or null.

Declaration
public PlacementRestriction.AustraliaOnly AsAustraliaOnly { get; }
Property Value
Type Description
PlacementRestriction.AustraliaOnly
View Source

AsCanadaOnly

Gets this instance as a CanadaOnly, or null.

Declaration
public PlacementRestriction.CanadaOnly AsCanadaOnly { get; }
Property Value
Type Description
PlacementRestriction.CanadaOnly
View Source

AsEuropeOnly

Gets this instance as a EuropeOnly, or null.

Declaration
public PlacementRestriction.EuropeOnly AsEuropeOnly { get; }
Property Value
Type Description
PlacementRestriction.EuropeOnly
View Source

AsJapanOnly

Gets this instance as a JapanOnly, or null.

Declaration
public PlacementRestriction.JapanOnly AsJapanOnly { get; }
Property Value
Type Description
PlacementRestriction.JapanOnly
View Source

AsNone

Gets this instance as a None, or null.

Declaration
public PlacementRestriction.None AsNone { get; }
Property Value
Type Description
PlacementRestriction.None
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PlacementRestriction.Other AsOther { get; }
Property Value
Type Description
PlacementRestriction.Other
View Source

AsUkOnly

Gets this instance as a UkOnly, or null.

Declaration
public PlacementRestriction.UkOnly AsUkOnly { get; }
Property Value
Type Description
PlacementRestriction.UkOnly
View Source

AsUsS3Only

Gets this instance as a UsS3Only, or null.

Declaration
public PlacementRestriction.UsS3Only AsUsS3Only { get; }
Property Value
Type Description
PlacementRestriction.UsS3Only
View Source

IsAustraliaOnly

Gets a value indicating whether this instance is AustraliaOnly

Declaration
public bool IsAustraliaOnly { get; }
Property Value
Type Description
bool
View Source

IsCanadaOnly

Gets a value indicating whether this instance is CanadaOnly

Declaration
public bool IsCanadaOnly { get; }
Property Value
Type Description
bool
View Source

IsEuropeOnly

Gets a value indicating whether this instance is EuropeOnly

Declaration
public bool IsEuropeOnly { get; }
Property Value
Type Description
bool
View Source

IsJapanOnly

Gets a value indicating whether this instance is JapanOnly

Declaration
public bool IsJapanOnly { get; }
Property Value
Type Description
bool
View Source

IsNone

Gets a value indicating whether this instance is None

Declaration
public bool IsNone { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsUkOnly

Gets a value indicating whether this instance is UkOnly

Declaration
public bool IsUkOnly { get; }
Property Value
Type Description
bool
View Source

IsUsS3Only

Gets a value indicating whether this instance is UsS3Only

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