• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class PlacementRestriction

The placement restriction object

Inheritance
System.Object
PlacementRestriction
PlacementRestriction.AustraliaOnly
PlacementRestriction.EuropeOnly
PlacementRestriction.JapanOnly
PlacementRestriction.None
PlacementRestriction.Other
PlacementRestriction.UkOnly
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 PlacementRestriction

Constructors

| Improve this Doc View Source

PlacementRestriction()

Initializes a new instance of the PlacementRestriction class.

Declaration
public PlacementRestriction()

Properties

| Improve this Doc View Source

AsAustraliaOnly

Gets this instance as a AustraliaOnly, or null.

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

AsEuropeOnly

Gets this instance as a EuropeOnly, or null.

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

AsJapanOnly

Gets this instance as a JapanOnly, or null.

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

AsNone

Gets this instance as a None, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsUkOnly

Gets this instance as a UkOnly, or null.

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

IsAustraliaOnly

Gets a value indicating whether this instance is AustraliaOnly

Declaration
public bool IsAustraliaOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEuropeOnly

Gets a value indicating whether this instance is EuropeOnly

Declaration
public bool IsEuropeOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsJapanOnly

Gets a value indicating whether this instance is JapanOnly

Declaration
public bool IsJapanOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNone

Gets a value indicating whether this instance is None

Declaration
public bool IsNone { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUkOnly

Gets a value indicating whether this instance is UkOnly

Declaration
public bool IsUkOnly { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PlacementRestriction()
  • Properties
    • AsAustraliaOnly
    • AsEuropeOnly
    • AsJapanOnly
    • AsNone
    • AsOther
    • AsUkOnly
    • IsAustraliaOnly
    • IsEuropeOnly
    • IsJapanOnly
    • IsNone
    • IsOther
    • IsUkOnly
Back to top Generated by DocFX