Class PlacementRestriction
The placement restriction object
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PlacementRestriction
Constructors
View SourcePlacementRestriction()
Initializes a new instance of the PlacementRestriction class.
Declaration
public PlacementRestriction()
Properties
View SourceAsAustraliaOnly
Gets this instance as a AustraliaOnly, or null.
Declaration
public PlacementRestriction.AustraliaOnly AsAustraliaOnly { get; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction.AustraliaOnly |
AsCanadaOnly
Gets this instance as a CanadaOnly, or null.
Declaration
public PlacementRestriction.CanadaOnly AsCanadaOnly { get; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction.CanadaOnly |
AsEuropeOnly
Gets this instance as a EuropeOnly, or null.
Declaration
public PlacementRestriction.EuropeOnly AsEuropeOnly { get; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction.EuropeOnly |
AsJapanOnly
Gets this instance as a JapanOnly, or null.
Declaration
public PlacementRestriction.JapanOnly AsJapanOnly { get; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction.JapanOnly |
AsNone
Gets this instance as a None, or null.
Declaration
public PlacementRestriction.None AsNone { get; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction.None |
AsOther
Gets this instance as a Other, or null.
Declaration
public PlacementRestriction.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction.Other |
AsUkOnly
Gets this instance as a UkOnly, or null.
Declaration
public PlacementRestriction.UkOnly AsUkOnly { get; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction.UkOnly |
AsUsS3Only
Gets this instance as a UsS3Only, or null.
Declaration
public PlacementRestriction.UsS3Only AsUsS3Only { get; }
Property Value
| Type | Description |
|---|---|
| PlacementRestriction.UsS3Only |
IsAustraliaOnly
Gets a value indicating whether this instance is AustraliaOnly
Declaration
public bool IsAustraliaOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsCanadaOnly
Gets a value indicating whether this instance is CanadaOnly
Declaration
public bool IsCanadaOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEuropeOnly
Gets a value indicating whether this instance is EuropeOnly
Declaration
public bool IsEuropeOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsJapanOnly
Gets a value indicating whether this instance is JapanOnly
Declaration
public bool IsJapanOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNone
Gets a value indicating whether this instance is None
Declaration
public bool IsNone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUkOnly
Gets a value indicating whether this instance is UkOnly
Declaration
public bool IsUkOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUsS3Only
Gets a value indicating whether this instance is UsS3Only
Declaration
public bool IsUsS3Only { get; }
Property Value
| Type | Description |
|---|---|
| bool |