Class DefaultLinkExpirationDaysPolicy
Policy for the default number of days until an externally shared link expires
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DefaultLinkExpirationDaysPolicy
  Constructors
| Improve this Doc View SourceDefaultLinkExpirationDaysPolicy()
Initializes a new instance of the DefaultLinkExpirationDaysPolicy class.
Declaration
public DefaultLinkExpirationDaysPolicy()
  Properties
| Improve this Doc View SourceAsDay1
Gets this instance as a Day1, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.Day1 AsDay1 { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.Day1 | 
AsDay180
Gets this instance as a Day180, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.Day180 AsDay180 { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.Day180 | 
AsDay3
Gets this instance as a Day3, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.Day3 AsDay3 { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.Day3 | 
AsDay30
Gets this instance as a Day30, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.Day30 AsDay30 { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.Day30 | 
AsDay7
Gets this instance as a Day7, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.Day7 AsDay7 { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.Day7 | 
AsDay90
Gets this instance as a Day90, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.Day90 AsDay90 { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.Day90 | 
AsNone
Gets this instance as a None, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.None AsNone { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.None | 
AsOther
Gets this instance as a Other, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.Other | 
AsYear1
Gets this instance as a Year1, or null.
Declaration
public DefaultLinkExpirationDaysPolicy.Year1 AsYear1 { get; }
  Property Value
| Type | Description | 
|---|---|
| DefaultLinkExpirationDaysPolicy.Year1 | 
IsDay1
Gets a value indicating whether this instance is Day1
Declaration
public bool IsDay1 { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDay180
Gets a value indicating whether this instance is Day180
Declaration
public bool IsDay180 { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDay3
Gets a value indicating whether this instance is Day3
Declaration
public bool IsDay3 { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDay30
Gets a value indicating whether this instance is Day30
Declaration
public bool IsDay30 { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDay7
Gets a value indicating whether this instance is Day7
Declaration
public bool IsDay7 { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDay90
Gets a value indicating whether this instance is Day90
Declaration
public bool IsDay90 { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsNone
Gets a value indicating whether this instance is None
Declaration
public bool IsNone { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsYear1
Gets a value indicating whether this instance is Year1
Declaration
public bool IsYear1 { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |