Class GracePeriod
The grace period object
Inheritance
GracePeriod
Inherited Members
Namespace: Dropbox.Api.FileRequests
Assembly: Dropbox.Api.dll
Syntax
public class GracePeriod
Constructors
View SourceGracePeriod()
Initializes a new instance of the GracePeriod class.
Declaration
public GracePeriod()
Properties
View SourceAsAlways
Gets this instance as a Always, or null.
Declaration
public GracePeriod.Always AsAlways { get; }
Property Value
| Type | Description |
|---|---|
| GracePeriod.Always |
AsOneDay
Gets this instance as a OneDay, or null.
Declaration
public GracePeriod.OneDay AsOneDay { get; }
Property Value
| Type | Description |
|---|---|
| GracePeriod.OneDay |
AsOther
Gets this instance as a Other, or null.
Declaration
public GracePeriod.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| GracePeriod.Other |
AsSevenDays
Gets this instance as a SevenDays, or null.
Declaration
public GracePeriod.SevenDays AsSevenDays { get; }
Property Value
| Type | Description |
|---|---|
| GracePeriod.SevenDays |
AsThirtyDays
Gets this instance as a ThirtyDays, or null.
Declaration
public GracePeriod.ThirtyDays AsThirtyDays { get; }
Property Value
| Type | Description |
|---|---|
| GracePeriod.ThirtyDays |
AsTwoDays
Gets this instance as a TwoDays, or null.
Declaration
public GracePeriod.TwoDays AsTwoDays { get; }
Property Value
| Type | Description |
|---|---|
| GracePeriod.TwoDays |
IsAlways
Gets a value indicating whether this instance is Always
Declaration
public bool IsAlways { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOneDay
Gets a value indicating whether this instance is OneDay
Declaration
public bool IsOneDay { 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 |
IsSevenDays
Gets a value indicating whether this instance is SevenDays
Declaration
public bool IsSevenDays { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsThirtyDays
Gets a value indicating whether this instance is ThirtyDays
Declaration
public bool IsThirtyDays { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTwoDays
Gets a value indicating whether this instance is TwoDays
Declaration
public bool IsTwoDays { get; }
Property Value
| Type | Description |
|---|---|
| bool |